Jump to content

Client area dropdown


thefreer

Recommended Posts

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.

Link to comment
Share on other sites

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?

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