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