Change link in manufactures logotypes

Hello, 
I need to change the links in the page that shows manufactures logotypes to the same link as shown in sidemenu (categorytree) but im running out of ideas how to fix that.

Regards
Peter

Not follow you here Tim.
In box-manufacturer-logotypes.inc.php there's a line
<a href="<?php echo htmlspecialchars($logotype['link']); ?>"><img src="<?php echo document::href_link(WS_DIR_APP . $logotype['image']['thumbnail']); ?>"  alt="" title="<?php echo htmlspecialchars($logotype['title']); ?>" ></a>

Thats the link i need to change to something like. 
<a href="<?php echo htmlspecialchars($category['link']); ?>"><img src="<?php echo document::href_link(WS_DIR_APP . $logotype['image']['thumbnail']); ?>"  alt="" title="<?php echo htmlspecialchars($logotype['title']); ?>" ></a>

As i understand the $category in an variable but it wont be recognized in the file meantioned above.
Php is not my strongest (i more into asp) yea i know im oldschool ;-)

Ezt a témát a hosszú inaktivitás miatt bezártuk. A hozzászólás nem lehetséges.
View code on GitHub