root/releases/0.9rc1/mod/toolbar/toolbar.inc

Revision 960, 361 bytes (checked in by ben, 2 years ago)

Changing the toolbar div ID from "toolbar" to "elggtoolbar", so that the Javascript doesn't screw with other sites' navigation.

Line 
1 <div id="elggtoolbar"><!-- start toolbar -->
2     <ul id="navigation"><!-- open div navigation -->
3         {{menu}}
4     </ul><!-- close div navigation -->
5         <div id="global-menuoptions"><!-- open div global_menuoptions -->
6        {{topmenu}}
7     </div><!-- close div global_menuoptions -->
8 </div><!-- end toolbar div -->
9 <div style="clear:both;" />
Note: See TracBrowser for help on using the browser.