By using this, it puts me on the manufacturer's list page.
PHP Code:
{*Manufacturer Logo*}
{if $products[product].manufacturerid ne 0}
<br />
<div align="center">
<a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="image.php?id={$products[product].manufacturerid}&type=M">
</a></div>
{/if}
{*Manufacturer Logo*}
Almost, but not quite what I'm looking for. Any ideas?