Adds Posted July 4, 2012 Share Posted July 4, 2012 Hi, Is there away of being able to add an extra menu call Extras at the top of the menu within WHMCS 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted July 4, 2012 Share Posted July 4, 2012 Yes, you can add an extra menu by editing the header.tpl template file. You can then add an extra menu like this: <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> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.