Changes for page test
Modificado por Jip-jan Alunkel em março 13, 19:02
From version 35.1
edited by Jip-jan Alunkel
on julho 10, 17:51
on julho 10, 17:51
Change comment:
There is no comment for this version
To version 39.1
edited by Jip-jan Alunkel
on julho 10, 17:54
on julho 10, 17:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,13 @@ 1 1 {{velocity}} 2 2 {{html wiki="true"}} 3 -#set ($doc = $xwiki.getDocument(" main.WebHome"))3 +#set ($doc = $xwiki.getDocument("Main.WebHome")) 4 4 #set ($content = $doc.getRenderedContent()) 5 5 #set ($title = $doc.getTitle()) 6 6 #set ($contentex = $doc.getTranslatedDocument("en").content) 7 7 #set ($titleex = $doc.getTranslatedDocument("en").title) 8 8 9 -{{include reference="main.WebHome"}} 10 10 ##$services.rendering.render($contentex, "xhtml/1.0") 11 11 {{/html}} 12 12 {{/velocity}} 12 +{{include page="main.WebHome"/}} 13 13