I am using the jrElastic skin and can't figure out how to add a tab/page to the header_menu_mobile.tpl Can you help? Here is the code:
----------------------------------------
{if isset($_items)}
{foreach from=$_items key="module" item="entry"}
{if $entry.active == '1'}
{$entry.label}
{else}
{$entry.label}
{/if}
{/foreach}
{/if}
-------------------------------------
updated by @mark-b: 01/05/15 05:11:25PM