With this mod you can add images.
Images must be the same name as the manufacturer and must end with .jpg
manufacturer.phtml:
/app/design/frontend/default/default/template/catalog/product/
manufacturer.php
/app/code/core/Mage/Catalog/Block/Product/
images:
/media/catalog/brands/
you must alter lines: 30/40/50/60/70 to your own dir.:
<?php if(file_exists('/home/jcsl/public_html/webshop/media/catalog/brands/'.$manufacturer['label'].'.jpg')) {echo '<img src="/webshop/media/catalog/brands/'.$manufacturer['label'].'.jpg" alt="'.$manufacturer['label'].'">';} else { echo ''.$manufacturer['label'].''; } ?></a><br/>
example:
http://www.jcsl.nl/webshop/fabrikanten
Magento version check:
1.3.2.4
Version changes:
1.2:
Images are no longer required, when there is no image a link will apaire.
1.3
In this update there is a way to choose the layout either equil aranged in 6 colloms or displayed in alphabetic order.