Okay, so I’m using PHP Version 4.3.8 and I’m happily coding along until I get to this:
$PICS_IMG = 0;
// Special icon
if ($forum_id == 14)
$PICS_IMG = ( $unread_topics ) ? "http://www.googlecommunity.com/f/14n.gif" : "http://www.googlecommunity.com/f/14.gif";
// Default icon
if ($PICS_IMG == 0)
$PICS_IMG = ( $unread_topics ) ? "http://www.googlecommunity.com/f/1n.gif" : "http://www.googlecommunity.com/f/1.gif";


