I am using Mac theme. How can i add a new tag or link on the menu bar ?
Depends on which menu you want it in, the main one with buttons, or the dropdown one when you put the cursor on the '@' sign.
Either way, you do it in themes/mac_ox_x/theme.php
I want to do it on the main menu (with buttons)..but can you tell me how?
Thanks.
For each button, add the following code, in the '$template_main_menu2 = <<<EOT' section.
<td><img src="themes/mac_ox_x/images/menu_button_bg_left.gif" border="0" alt="" /><br /></td>
<td background="themes/mac_ox_x/images/menu_button_bg_middle.gif" valign="top">
<a href="your_link_url" onMouseOver="MM_showHideLayers('Menu1','','hide')">Your_link_name</a>
</td>
<td><img src="themes/mac_ox_x/images/menu_button_bg_right.gif" border="0" alt="" /><br /></td>