The Arcive of vBulletin Modifications Site. |
|
Where can the category icons be resized? Details »»
|
|||||||||||||||||||||||||
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: Code:
<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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
It looks like it's in arcade.php. Search for CAT_IMGS:
PHP Code:
|
|
#3
|
|||
|
|||
|
You are exactly right. Thanks!
|
![]() |
|
|