try replacing the drkslink_main template with
Code:
{htmldoctype}
<!-- DRK'S LINK DIRECTORY -->
<!-- PROGRAMMED BY removed on request -->
<!-- HTTP://WWW.NOXMEDIA,NET-->
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
<title>$bbtitle - Link Database</title>
$headinclude
</head>
<body>
$header
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><center><normalfont color="{categoryfontcolor}"><b>$bbtitle - Links Database</b></normalfont></center></td>
</tr>
<tr align="center">
<td bgcolor="{tableheadbgcolor}" width="40%" align="center"><smallfont color="{tableheadtextcolor}"><b>Catagory</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}"><b>Description</b></smallfont></td>
</tr>
$catlistbit
<form action="links.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="results" value="doaddnew">
<tr>
<td colspan="2" bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Search Links Database By Keyword</b></smallfont></td></tr>
<tr valign="top">
<td colspan="2" bgcolor="{firstaltcolor}" align="center"><smallfont><input type="text" class="bginput" name="string" size="35"><br>Enter a Keyword above (ex: vbulletin, php. webhost etc)</td>
</tr>
</table>
</td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center"><normalfont>
<input type="hidden" name="action" value="results">
<input type="submit" class="bginput" name="Submit" value="Perform Search" accesskey="s">
<input type="reset" class="bginput" name="Reset" value="Reset Fields">
</normalfont></td>
</tr>
</table>
<center>
<normalfont>
<a href="links.php?action=main">Link Directory Home</a> | <a href="links.php?action=addlink">Submit a Link</a> | <a href="links.php?action=search">Search</a> | <a href="links.php?action=top10visited">Top 10 Visited Links</a> | <a href="links.php?action=top10last">Last 10 Added Links</a>
</normalfont>
</center>
<br>
<br>
<center>
<normalfont>
vB Links Directory 2.0<br>
Written By: <a href="http://www.vbulletin.com/forum/member.php?s=&action=getinfo&userid=22303">Removed on request</a><br>
<a href="http://www.noxmedia.net">http://www.noXmedia.net</a>
</normalfont>
</center>
<br>
<br>
</td></tr></table>
$footer
</body>
</html>