diff options
Diffstat (limited to 'WebContent/pages/categories.xhtml')
| -rw-r--r-- | WebContent/pages/categories.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml index 24587fc..2e8cd0e 100644 --- a/WebContent/pages/categories.xhtml +++ b/WebContent/pages/categories.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> - <ui:composition template="/templates/common.xhtml"> + <ui:composition template="#{UserManager.loggedIn ? '/templates/loggedin.xhtml' : '/templates/common.xhtml'}"> <ui:define name="pageTitle">JCatalog Application</ui:define> |
