0 Votes

Wiki source code of Home

Version 10.9 by Alex Cotiugă on 2026/01/12 13:51

Show last authors
1 {{include reference="PublicWebSite.WebHome"/}}
2
3
4
5 {{velocity}}
6 #if ("$!xcontext.userReference" == '')
7 #displayPublicContent()
8 #else
9 {{include reference="Intranet.WebHome"/}}
10 #displayInternalContent()
11 #end
12 {{/velocity}}