0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 10.10
edited by Alex Cotiugă
on 2026/01/12 13:51
Change comment: There is no comment for this version
To version 10.6
edited by Alex Cotiugă
on 2026/01/12 13:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,12 @@
1 +{{include reference="PublicWebSite.WebHome"/}}
2 +
3 +{{include reference="Intranet.WebHome"/}}
4 +
1 1  {{velocity}}
6 +$xcontext.userReference
2 2  #if ("$!xcontext.userReference" == '')
3 - {{include reference="PublicWebSite.WebHome"/}}
4 4   #displayPublicContent()
5 5  #else
6 - {{include reference="Intranet.WebHome"/}}
7 7   #displayInternalContent()
8 8  #end
9 9  {{/velocity}}