thefreer Posted April 6, 2012 Share Posted April 6, 2012 Hello, I'm customizating my website to match whmcs. Everything went fine till know, I cannot create a drop down menu in whmcs client area, I made some research without success. Here is my code: <ul class="sf-menu"> <li><a href="https://lightmx.com"><strong>Accueil</strong></a></li> <li><a href="http://lightmx.com/plans-web/"><strong>Plans Web</strong></a></li> <li {if $filename eq "domainchecker"} class="current_page_item"{/if}><a href="domainchecker.php"><strong>{$LANG.domaintitle}</strong></a></li> <li {if $filename eq "cart"} class="current_page_item"{/if}><a href="cart.php"><strong>{$LANG.ordertitle}</strong></a></li> <li {if $filename eq "knowledgebase"} class="current_page_item"{/if}><a href="knowledgebase.php"><strong>{$LANG.knowledgebasetitle}</strong></a></li> <li {if $filename eq "submitticket"} class="current_page_item"{/if}><a href="submitticket.php?step=2&deptid=1"><strong>{$LANG.supportticketssubmitticket}</strong></a></li> <li {if $filename eq "clientarea"} class="current_page_item"{/if}><a href="clientarea.php"><strong>{$LANG.clientareatitle}</strong></a></li> <li><a href="http://lightmx.com/contact/"><strong>Contact</strong></a></li> <!--<li {if $filename eq "contact"} class="current_page_item"{/if}><a href="contact.php"><strong>{$LANG.contacttitle}</strong></a></li> --> {if $loggedin} <li> </li> <li> </li> <li> </li> <li> </li> <li> </li> <li><a href="logout.php"><strong>{$LANG.logouttitle}</strong> <img src="templates/{$template}/lock.png" /></a></li> {/if} </ul> Websites adress : http://lightmx.com Client area : http://lightmx.com/client/ I want to make exactly the same menu as the Websites. If someone can give me a hint. Thank in advance. 0 Quote Link to comment Share on other sites More sharing options...
gbrennae Posted April 13, 2012 Share Posted April 13, 2012 I can't determine what you are asking based on the code you posted. You mean navigation drop down menu, not a form drop down correct? Still, I'm not sure what you mean, when I go to both URLs it seems that the main navigation bar is working and consistent? 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.