29 Aug
2008
29 Aug
'08
10:52 a.m.
hello if i wanna create a simple macro that shows an internal space link is this correct? does not work: //mymacros.vm #macro(includeForm $doc.web) #set($space = $doc.web) <a href="$!xwiki.getURL("${space}.WebHome")" title="Home" rel="home">Project Home Page</a> #end //calling into the page #template("mymacros.vm") thanks