Quote:
Originally Posted by NNJJ
can i have the pictures as attachment please; its saved as .bmp
|
These are the icons in BMP format ... but you also have to change the format in the code.
Just search for the img src for each icon
eg:
PHP Code:
<img src="$stylevar[imgdir_misc]/newthread.png"
and change the format like this
PHP Code:
<img src="$stylevar[imgdir_misc]/newthread.bmp"
or to make it easy for you just search for
and replace it with
Best regards