Jump to content

Navigation Bar Customization in Client Area Template


Global1

Recommended Posts

I would like to change the buttons in my nav bar within the client area default template and do not know where to begin. If someone could give me some direction on which file to edit and also the procedure to making a change to and deleting buttons on the nav bar I would surely appreciate it. Thanks in advance.

Link to comment
Share on other sites

Well, you should start by opening the header.tpl file :)

 

I have been there and I am not sure what code within there needs to be edited: Here is the code (from header.tpl), but what do I need to do to access and manipulate the navigation buttons? Thanks in advance!

 

 

<div class="navbar-inner">

<div class="container">

<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</a>

<div class="nav-collapse">

<ul class="nav">

<li><a id="Menu-Home" href="{if $loggedin}clientarea{else}index{/if}.php">{$LANG.hometitle}</a></li>

</ul>

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