0 Votes

Wiki source code of Home

Version 10.5 by Alex Cotiugă on 2026/01/12 13:48

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