summaryrefslogtreecommitdiffstats
path: root/WebContent/pages/home.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/pages/home.xhtml')
-rw-r--r--WebContent/pages/home.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/home.xhtml b/WebContent/pages/home.xhtml
index c54e7dd..5e2cb12 100644
--- a/WebContent/pages/home.xhtml
+++ b/WebContent/pages/home.xhtml
@@ -9,7 +9,7 @@
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
</head>
- <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>