Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  

    I wanted to have a home tab in the top navigation. If you want the same just add the following to header.tpl just above the line: {section name=tmp loop=$categories}

    <li id=”{$categories[tmp].var_name}” {if $current_category == home}class=“selected”{/if}><a href=”{$BASE_URL}”><span>{$translations.header.home}</span><span class=“cnr”>&nbsp;</span></a></li>