Hey,
maybe someone can tell me how to change the .gif to a .png for the online/offline support images.
I tried some things i guess i has something to do with the following string in the b.php file:
$filename = "locales/${lang}/button/${image}_${image_postfix}.gif";
i changed it to
$filename = "locales/${lang}/button/${image}_${image_postfix}.png";
but the button code still take the .gif file instead the .png