AzH
03-18-2011, 11:37 PM
This is an odd one.
I want to replace forum_old.gif and forum_new.gif with png variants. I went into the FORUMDISPLAY template and changed:
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
to
<td><img src="$stylevar[imgdir_statusicon]/forum_new.png" alt="$vbphrase[contains_new_posts]" border="0" /></td>
Uploaded the png files to the correct dir, but they do not display (the gifs are still there).
What am I doing wrong?
I want to replace forum_old.gif and forum_new.gif with png variants. I went into the FORUMDISPLAY template and changed:
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
to
<td><img src="$stylevar[imgdir_statusicon]/forum_new.png" alt="$vbphrase[contains_new_posts]" border="0" /></td>
Uploaded the png files to the correct dir, but they do not display (the gifs are still there).
What am I doing wrong?