Jump to content

Client Area - How can I remove the Add New Services and Add Ons in the menu bar?


jharri

Recommended Posts

if you're using the default theme, it's in header.tpl and at line 49, remove the following:

 

<li class="divider"></li>
<li><a href="cart.php">{$LANG.navservicesorder}</a></li>
<li><a href="cart.php?gid=addons">{$LANG.clientareaviewaddons}</a></li>

if you're using a custom template, then it should still be in header.tpl, but will likely be on a different line.

Link to comment
Share on other sites

Awesome, thanks Brian!

 

if you're using the default theme, it's in header.tpl and at line 49, remove the following:

 

<li class="divider"></li>
<li><a href="cart.php">{$LANG.navservicesorder}</a></li>
<li><a href="cart.php?gid=addons">{$LANG.clientareaviewaddons}</a></li>

if you're using a custom template, then it should still be in header.tpl, but will likely be on a different line.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated