Anyone know how to get record company icons to appear? While there's a field to enter an image in Admin/Extras/Record Companies, I cannot see anywhere to actually turn the image on..

Actually I'd love to have the record company logo be the link in the "product URL".

Currently that area in tpl_product_music_info_display.php reads:

Code:
<!--bof Product URL -->
<?php
  if (zen_not_null($products_record_company_url)) {
    if ($flag_show_product_music_info_record_company == 1) {
?>
    <li id="productInfoLink"><?php echo sprintf(TEXT_RECORD_COMPANY_URL, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_record_company_url), 'NONSSL', true, false)); ?></li>
<?php
    } // $flag_show_product_info_record_company
  }
?>
<!--eof Product URL -->
I've tried a number of ideas to call up products_record_company_image, but have not succeeded.

Any idea would be awesome. Thanks!

-SWW