Can someone please tell me what the $newposts variable in this template code should be? It isn't showing anything for that and I'm sure I am calling it the wrong name.
HTML Code:
<td><if condition="$forum[statusicon]=='new'">
<a href="search.php?do=getnew&include=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="<if condition="$newposts == '1'">There is $newposts new post in this forum<else />There are $newposts new posts in this forum</if>" border="0" /></a>
<else />
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="There are no new posts in the forum" border="0" /></a>
</if></td>