HowDoYouGoBackToYourMenuPageAndEdit
Last modified by Vincent Massol on 2006/12/10
Question | How do you go back to your menu page and edit? |
Answer |
The Menu page is XWiki.Menu. To edit your menu page:
For convenience you can add the following code in your menu: #set($mdoc = $xwiki.getDocument("XWiki.Menu")) <a href="$mdoc.getURL("edit")">Edit Menu</a> |