Thanks again to spiderr for guiding me through this one!
|
|
-===!CREATING A CUSTOM DROP DOWN MENU===
|
-To add a nice DROPDOWN CSS menu to tikipro's top nav bar
|
+!CREATING A CUSTOM DROP DOWN MENU |
+To add a nice DROPDOWN CSS menu to bitweaver's top nav bar |
do the following:
|
|
|
*textCreate a folder called force in the themes folder
|
-eg: yoursite/tikipro/themes/force
|
+eg: yoursite/bitweaver/themes/force |
|
-*Copy kernel/top_bar.tpl
|
+*Copy kernel/templates/top_bar.tpl |
|
*After the first {/foreach} currently line 16,
|
add the menu code.
|
|
__Example:__
|
-{CODE()}
|
+^ |
<li><a class="head" href="/Earth/">Earth</a>
|
<ul>
|
<li><a class="item" href="/Earth/Africa" >Africa</a></li>
|