Thanks Jade for the help,
But, UMMM, I'm confused...Not that it takes much, but anyways...
I did what I was instructed, downloaded then ftp'd a fresh copy of the tpl_drop_menu.php, onto my site...did nothing. Problem of having duplicate Privacy Policy Tabs and Site Map tabs under the "Information" pull down menu still was there.
So I looked at the code itself... and saw no duplication of "Privacy Policy" or "Site Map" in the php code itself, as you can see:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
<ul class="level2">
<?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
<?php } ?>
<?php if (DEFINE_PRIVACY_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
<?php } ?>
<?php if (DEFINE_CONDITIONS_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li>
<?php } ?>
<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
<?php if (DEFINE_SITE_MAP_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
<?php } ?>
<?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
<?php } ?>
<?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
<?php } ?>
<?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
<?php } ?>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
When I saw the last line there, for some reason I went to the "EZ Pages" in my admin's "Tool" Menu and I turn off the Privacy Policy and Site Map for the Header on the "EZ Pages Control Panel, the duplicates disapear from the pull down menu as well as in the "header."
I'm ok with this, but then I guess it will need more padding there to make it look right. Cuz if I turn all of them off then the green bar is not displayed with the same thickness as the top green bar(the small green bar above my list of catagories.) I hope this is making sense...
http://www.organicplanetonline.com/z...ain_page=index
The other solution I guess would be to remove the 'ezpages_drop_menu.php' part out of the tpl_drop_menu.php code.
Please let me know if I am understanding this correctly.
Thanks in advance,
Jane
Organic Planet Coffee & Tea
Bookmarks