Page 1 of 1

[SOLVED] Folder icon size

PostPosted: Tue Jul 25, 2006 8:07 pm
Author: Scissors
I can't find an answer for this but i'm pretty sure it's simple.

I need to change the folder icons from 25x25 to another size but can't find where this setting is.

Can anyone help?

Re: Folder icon size

PostPosted: Wed Jul 26, 2006 6:10 am
Author: found it
hi

It would be in your template/your template.CFG file

find something similar to this and change accordingly

Code: Select all
$topic_iw = '62';$topic_ih = '26';$post_iw = '76';$post_ih = '19';$icon_iw = '22';$icon_ih = '26';$folder_iw = '25';$folder_ih = '25';$folderbig_iw = '25';$folderbig_ih = '25';


:mrgreen:

PostPosted: Wed Jul 26, 2006 7:59 am
Author: Scissors
Sweet, you rock.