Hi, I am trying XWiki 7.3.
I want to add add a menu with icon in the top menu. I have read http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/TopMenuLeft, but still can not understand where to add the following: {{velocity}}{{html clean="false"}} ## we need clean="false" because we want to display the raw content <li class="dropdown"> <a class="icon-navbar dropdown-toggle" data-toggle="dropdown" role="button" arias-haspopup="true" aria-expanded="false"><span class="sr-only">$services.localization.render('core.menu.toggleNavigation')</span>Some text</a> <ul class="dropdown-menu"> <li><a href="">Some link</a></li> </ul> </li> {{/html}}{{/velocity}} Could you give me advice where to add the above lines? Thanks for your help very much. Guofeng _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
