treygeboy Posted September 20, 2017 Report Posted September 20, 2017 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 Quote
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.