Add Buttons to BlueFox navbar?

Template: header

add:
Code:
<td width="78" height="34"  class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td>

If you want hide link from guest find
Code:
<if condition="$show['member']">

and add after

Code:
<td width="78" height="34"  class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td>
 
Back
Top