]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/base.tpl
Closed internal TODO: (please cherry-pick this)
[pizzaservice-war.git] / web / WEB-INF / templates / base.tpl
index 96b05e2155f378099ef8a788e0e32f9b8e1e7ba1..ad540cd2ea851851da4660946a6121e797d2cb14 100644 (file)
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <html
-       lang="#{localization.language}" xml:lang="#{localization.language}"
+       lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:f="http://xmlns.jcp.org/jsf/core">
 
-       <f:view locale="#{localization.locale}" contentType="text/html">
+       <f:view locale="#{localizationController.locale}" contentType="text/html">
                <h:head>
                        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
                        <f:loadBundle var="msg" basename="org.mxchange.localization.bundle" />
 
-                       <h:outputStylesheet name="./css/default.css" />
-                       <h:outputStylesheet name="./css/cssLayout.css" />
+                       <h:outputStylesheet name="/css/default.css" />
+                       <h:outputStylesheet name="/css/cssLayout.css" />
 
                        <title>Pizza-Service - <ui:insert name="title">Default title</ui:insert></title>
                </h:head>