Right now it's coded so that you can change the on.gif & off.gif to another picture if you wanted to, which is great! The problem is if you change them, the images below next to "new posts" and "no new posts" don't change as well. Plus, if you are using another language it will still say the same, and not the correct language.
I suggest changing boardindex.php code from this:
<img src="$imagesdir/new_some.gif" border="0" alt="$txt[333]">
<img src="$imagesdir/new_none.gif" border="0" alt="$txt[334]"></td>
To something like this:
<font size="1"><img src="$imagesdir/on_small.gif" border="0" alt="$txt[333]"> $txt[333]
<img src="$imagesdir/off_small.gif" border="0" alt="$txt[334]"> $txt[334]</font></td>
Thanks for your time. Hope some admin / moderator will look at this a resond.
