i can't find this code in showthread
Code:
$temps=$DB_site->query("SELECT title,template
FROM template
WHERE title='error_invalidid' OR title='error_nopermission' OR
title='$foruminfo[rulestemplate]'
OR title='forumrules' OR title='error_forumclosed' OR
title='showthread_numpages'
OR title='postbit_useremail' OR title='icq' OR title='aim' OR
title='yahoo'
OR title='postbit_homepage' OR title='postbit_profile' OR
title='$usetemplatebit'
OR title='firstunread' OR title='showthread_nextnewestthread'
OR title='showthread_nextoldestthread' OR
title='$foruminfo[headertemplate]'
OR title='$foruminfo[footertemplate]' OR title='$usetemplate'");
while ($temp=$DB_site->fetch_array($temps)) {
$templatecache["$temp[title]"]=$temp[template];