solved Add page to the header_menu_mobile.tpl

mark
mark
@mark-b
10 years ago
41 posts
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
douglas
@douglas
10 years ago
2,791 posts
The header_menu_mobile.tpl is for the main menu on mobile devices.

The code you've posted is from the profile_menu.tpl and is for the profiles menu.

So I'm a little confused with what your trying to do.

Where exactly are you trying to add the link/tab/page and what is the URL for the link/tab/page?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags