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
|
+To add a nice DROPDOWN CSS menu to bitweaver's top nav bar |
do the following:
|
|
|
-1) Create a folder called force in the themes folder
|
-eg: yoursite/tikipro/themes/force
|
+*textCreate a folder called force in the themes folder |
+eg: yoursite/bitweaver/themes/force |
|
-2) Copy kernel/top_bar.tpl
|
+*Copy kernel/templates/top_bar.tpl |
|
-3) After the first {/foreach} currently line 16,
|
+*After the first {/foreach} currently line 16, |
add the menu code.
|
|
-Example:
|
-{CODE()}
|
+__Example:__ |
+^ |
<li><a class="head" href="/Earth/">Earth</a>
|
<ul>
|
<li><a class="item" href="/Earth/Africa" >Africa</a></li>
|