Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Images with category names

Quote Reply
Images with category names
I want to use images with category names. Is there a mod for this one ? Which way I need to change the code ?
Quote Reply
Re: Images with category names In reply to
Nope...There is no Mod. It is a code hack. Go into your sub site_html_print_cat routine in the site_html_templates.pl file.

Look for the following code line:

Code:
$output .= qq|$category_name ($numlinks)|;

Add the Image tag before $category_name.

BTW: There is a FAQ in the Resource Center for modifying category layouts.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------