Helpful Information
 
 
Category: Premium Modifications
Where can the category icons be resized?

Hello -

I've searched the templates, the skins, and arcade.php itself, and cannot find where to change the height and width of the category icon displays. I can see it in the code when I view source from the browser:

<img src="./arcade/cat_imgs/4.gif" alt="" width="20" height="20">



but can't find where to change it from 20 to say, 100 in any of the usual locations I mentioned above.

Where does this line of code live?

Thanks,
dc

It looks like it's in arcade.php. Search for CAT_IMGS:

$file = CAT_IMGS.$the_cat['c_id'].".gif";
if( file_exists($file) )
{
$the_cat['cat_name'] = "<img src='".$file."' alt='' border='0' width='20' height='20' />&nbsp;".$the_cat['cat_name'];
}

You are exactly right. Thanks!










privacy (GDPR)