Results 1 to 2 of 2

Thread: Extra Menu Option

  1. #1
    Join Date
    Aug 2007
    Posts
    32

    Question Extra Menu Option

    Hi,

    Is there away of being able to add an extra menu call Extras at the top of the menu within WHMCSCapture.jpg

  2. #2
    Join Date
    Dec 2008
    Location
    Myrtle Beach, SC
    Posts
    386

    Default

    Yes, you can add an extra menu by editing the header.tpl template file. You can then add an extra menu like this:

    Code:
    		  <ul>
    			<li class="menu">
    			  <a href="#" class="menu">Extras</a>
    			  <ul class="menu-dropdown">
    				<li><a href="url.php">Menu Item 1</a></li>
    				<li><a href="url2.php">Menu Item 2</a></li>
    			  </ul>
    			</li>
    		  </ul>

Similar Threads

  1. a sub-sub-menu wont show in the header menu...
    By denully in forum Customisation & Integration Questions
    Replies: 3
    Last Post: 02-03-13, 07:00 AM
  2. Using as CMS? Extra variables?
    By epromo in forum Pre-Sales Questions
    Replies: 0
    Last Post: 08-15-11, 07:28 AM
  3. Option to setup manually on configuration option?
    By Alcedema in forum Feature Requests
    Replies: 0
    Last Post: 10-15-09, 02:21 PM
  4. How to add extra bank transfer option
    By HungryH in forum Customisation & Integration Questions
    Replies: 2
    Last Post: 10-10-07, 07:46 AM