Code:
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr align="left">
<td width="100%" align="center" valign="middle">| <a href="index.php" rel="nofollow">Home</a> <if condition="$show[guest]">| <a href="register.php" >Register</a> </if>| <a href="faq.php" rel="nofollow">FAQ</a> | <a href="memberlist.php" rel="nofollow">Members List</a> | <a href="calendar.php" rel="nofollow">Calendar</a> | <a href="search.php?do=getdaily" rel="nofollow">Today's Posts</a> | <a href="search.php?" rel="nofollow">Search</a> | <a href="search.php?do=getnew" rel="nofollow"">New Posts</a> |
</td>
</tr>
</table>
No sense of having the register link shown to members, and no need for the ? after the URL's, and rel="nofollow" will help sculpt SEO, and you shouldn't need that closing table stuff in a standard footer?