Jump to content

Recommended Posts

Posted

Hey guys! I have one question. For my VA, AirTran Virtual Airlines, the default phpvms skin used for my website has a drop down box under about. I have been looking around my admin panel and cpanel and just can't figure out how to edit it. Any suggestions? Website: www.atvirtual.x10.mx

Thanks,

Alex

Posted

Open up your layout.tpl and go to

<li>
    <a href="#">About</a>
    <ul>
	    <li><a href="#">About Us</a></li>
	    <li><a href="#">Fleet</a></li>
	    <li><a href="#">Destinations</a></li>
	    <li><a href="#">Route Map</a></li>
	    <li><a href="#">Staff Team</a></li>
    </ul>
   </li>

Change to

<li>
    <a href="#">About</a>
    <ul>
	    <li><a href="(link to option)">(Your option 1)</a></li>
	    <li><a href="(link to option)">(Your option 2)</a></li>
	    <li><a href="(link to option)">(Your option 3)</a></li>
	    <li><a href="(link to option)">(Your option 4)</a></li>
	    <li><a href="(link to option)">(Your option 5)</a></li>
    </ul>
   </li>

Just change the options to what you want it to say and remove the Brackets. Same with the links and be sure to include the "Http://" in the front of the link. Good luck! :)

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...