Quote Originally Posted by jettrue View Post
Look three posts up. ;-) You'll just add the link manually to includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
Sorry, I should have been a bit more clear. I have been unsuccessfully attempting to introduce this bit of code from the Return Authorization module into the tpl_drop_menu.php. It would place the link for the module in the drop-down list so that I could eliminate the information sidebox:
PHP Code:
if (DEFINE_RETURNS_STATUS <= 1) {
  
$information[] = '<a href="' zen_href_link(FILENAME_RETURNS'''SSL') . '">' BOX_INFORMATION_RETURNS '</a>';
  } 
However, my complete lack of PHP know-how has me at a disadvantage. It doesn't seem to follow the same sequence as the code around it, thus I have no examples to follow. I want to place it second in the list after shipping info. Could you tell me how to go about doing that?

Thanks again - Tim