well, here's somethin else that seems to be different (either cuz i've already modded my php file, or because the final version is different).
##
## Find this:
##
$postrow[$z]['lastposter'] = "";
$postrow[$z]['announce'] = "0";
if ($Sticky == '2') {
is actually this:
$postrow[$z]['lastposter'] = "";
$postrow[$z]['specialicon'] = "blank.gif";
$postrow[$z]['announce'] = "0";
if ($Sticky == '2') {