In previous versions of x-cart it was possible to add a link to the Menu Titles (like "help" linking to help.php) but I have been trying to get this to work with the Manufacturers Title and it doesn't seem to work anymore (in 4.4.3). Am I doing something wrong or is this simply no longer possible? Here is what I am using on menu_manufacturers.tpl
Code:
{include file="customer/menu_dialog.tpl" title=$lng.lbl_manufacturers content=$smarty.capture.menu link_href="manufacturers.php"}
Any help would be appreciated. Thanks!