Version 3
Adding YOUR OWN dropdown menu to the Nav bar!
This tutorial will show you how to add your own menu displayed on every tikipro page
Thanks again to spiderr for guiding me through this one!
do the following:
1) Create a folder called force in the themes folder
eg: yoursite/tikipro/themes/force
2) Copy kernel/top_bar.tpl
3) After the first {/foreach} currently line 16,
add the menu code.
Example:
{CODE()}
Earth
{CODE}
4) Save your file and your menu shall appear!
CREATING A CUSTOM DROP DOWN MENU
To add a nice DROPDOWN CSS menu to tikipro's top nav bardo the following:
1) Create a folder called force in the themes folder
eg: yoursite/tikipro/themes/force
2) Copy kernel/top_bar.tpl
3) After the first {/foreach} currently line 16,
add the menu code.
Example:
{CODE()}
Earth
{CODE}
4) Save your file and your menu shall appear!