Jump to content

bobmin

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bobmin

  1. I figured it out myself - here is the answer in the directory "WHMCS"/modules/templates/default/header.tpl I made the following change ....... in this section <div class="navbar navbar-fixed-top"> <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"> I remarked out this line since it is just HTML code: <!-- <li><a href="{if $loggedin}clientarea{else}index{/if}.php">{$LANG.hometitle}</a></li> --> AND THEN ADDED THIS LINE BACK IN <li><a href="http://getabreakhosting.com">{$LANG.hometitle}</a></li> THIS MAKES EVERY TEMPLATE THAT LOADS HAVE THE "HOME" LINK IN THE navbar TAKE THE VISITOR BACK TO THE MAIN WEBSITE index.html FILE
  2. I sure could use some help with this. I need to make some changes to the menus that will change where the website visitor is taken to when clicking on the "home" menu link (essentially, where they started from, my index page for my website). I want it to be the same on "every" menu in WHMCS. I have read thru most of the information in the forums here but I still don't quite get how the menus are controlled / edited. I guess I don't understand the hierarchy of the program flow, i.e. what controls what ? If you could just direct me to some documentation that explains this that would be great ! Thanks in advance for your help ! Bob
×
×
  • 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