Jump to content

Drop Down Box


treygeboy

Recommended Posts

Hello, everyone. 

I am trying to add a drop down box for phpvms. Under a about page. I have added the proper code and added it on the phpvms admin page. My template is different from other peoples template I have all of my sites under core_navigation.php. I attached the code for the drop down box below. Thank in advanced :). I will attach the screenshot in a reply.

 

	// Show these if they haven't logged in yet
	?>
    <li><a href="<?php echo url('http://www.americantoursandcharters.com/index.php/pages/aboutus'); ?>" class="link-kumya"><span data-letters="About Us">About Us</span></a></li>
        <ul> 
			<li><a href="<?php echo url('/downloads'); ?>" class="link-kumya"><span data-letters="">Downloads</span></a></li>
            
        </ul>
    <li><a href="<?php echo url('/login'); ?>" class="link-kumya"><span data-letters="Login">Login</span></a></li>
    <li><a href="<?php echo url('/registration'); ?>" class="link-kumya"><span data-letters="Join Us">Join Us</span></a></li>

 

Sincerely, 
Trey

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