u got an error or whatever u call it.
replace this in admin/function.php
PHP Code:
$rpgclass3 = '<img src=\"={ imagesfolder }/classes/'.$rpgclass1.'.gif\" align=\"left\"><b>'.$rpgclass2.'</b>';
with this
PHP Code:
$rpgclass3 = '<img src="{ imagesfolder }/classes/'.$rpgclass1.'.gif" align=\"left\"><b>'.$rpgclass2.'</b>';
that will fix the picture. take out the spaces in imagesfolder.