Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
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”> </span></a></li>
1 to 1 of 1