HowToUseAImageOnTheSidebarInAllSpaceAndPages
Last modified by Vincent Massol on 2006/12/10
Question | how to use a image on the sidebar in all spaces and pages? |
Answer |
When including images inside the Menu or Toolbar using the radeox { Therefore you need to use HTML and the XWiki API to actually show images in your menu and toolbar. First upload the image to any page of your wiki that is readable by all your users. You can put the image in the sidebar page: XWiki.ToolbarThen use the following HTML and velocity code to show that<img src="$xwiki.getAttachmentURL("XWiki.Toolbar", "image.gif")" /> |