General Actions:
| Question | How To Put On The Sidebar Like The XWiki Homepage ? |
| Answer |
I'm not sure what the question is here.. If it is adding the left sidebar use the following HTML code:
Depending on if you want this sidebar to be present in all pages or only on one page:
All PagesIn release 0.9 of XWiki you you just need to create a page XWiki.Menu in your Wiki. It will automatically added to all the pages on your Wiki.In only one pageYou can use the following HTML in your page:<div class="left"> left block 1 </div> <div class="left"> left block 2 </div> <div class="center"> main content </div> |