
Originally Posted by
mitchcecg
I think top level would be the best option or a top level titled links where other links could be below it
THANX
MITCHcecg
btw if you want to look at the site it is
http://igethigh.net
Hi!
You can hardcode the phpbb forum link (without using PHP) like this:
Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and lets say you want the forum link to show up after CONTACT US. This is what the contact us link and the following forum link would look like.
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
<li class="submenu"><a href="http://www.yourforumlinkhere.com/">FORUM</a></li>