I want manufacturer logo and link to it products listing on product info page (like manufacturer box).
I've write this:
but it don't work!PHP Code:<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<a href="' . zen_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturer_info['manufacturers_id']) . '">' . TEXT_PRODUCT_MANUFACTURER . '<b>' . $manufacturers_name . '</a></b>' : '') . "\n\n\n"; ?>
any suggestion?



