
Originally Posted by
countrycharm
clydejones I am using this module also but it shows in the information side box. I want to move it to my drop down menu under information. I am using the css_horizontal_drop_down_menu_1-5. I have ask jettrue in that thread where I need to place the code. What code do I need to move to get this to work for me . Thanks in advance.
I don't use this module, but if I'm not mistaken you will have to edit -
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
and add the following code where you want it.
PHP Code:
<?php if (DEFINE_RETURNS_STATUS <= 1) {
<li><a href="<?php echo zen_href_link(FILENAME_RETURNS, '', 'SSL'); ?>"><?php echo BOX_INFORMATION_RETURNS; ?></a></li>
<?php } ?>