- Code: Select all
// Start replacement - Flashing GIF for new PM MOD
$images['pm_new_msg'] = "$current_template_images/newpm.gif";
$images['pm_no_new_msg'] = "";
// End replacement - Flashing GIF for new PM MOD
it works fine for when there is a new PM but when there is not you can see the placeholder where an image should be......
Chris
EDIT: I did a quick fix by just making an invisible gif file and using that as the "icon_mini_no_message.gif" file.

