0 Votes

Wiki source code of Home

Version 9.16 by Alex Cotiugă on 2025/11/24 07:28

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