<? $templatesused = "latest,latestbit"; require("./global.php"); $threadsql = $DB_site->query("SELECT * FROM thread ORDER BY lastpost DESC LIMIT 30"); while ($thread = $DB_site->fetch_array($threadsql)) { eval("\$latest = \"".gettemplate("latestbit")."\";"); eval(gettemplate("latest")); } ?>
Show Your Support
eval("dooutput(\"".gettemplate('latest')."\");");