send_header("{$ubbt_lang['HEAD']}",$Cat,0,0,0,0,""); $phpurl = $config['phpurl']; if($config['files']) { $attach = $ubbt_lang['B_CANATTACH']; } else { $attach = $ubbt_lang['B_CANTATTACH']; } $nopolls = ""; if (!$config['allowpolls']) { $nopolls = $ubbt_lang['B_NO_POLLS']; } $query = " SELECT U_Posts,U_Title FROM {$config['tbprefix']}UserTitles ORDER BY U_Number ASC "; $sth = $dbh->do_query($query); $usertitles = ""; while(list($posts,$title) = $dbh->fetch_array($sth)) { $usertitles .= "$posts\t$title
"; } if ($config['contactlink'] == "url") { $ubbt_lang['FAQ_BODY'] .= "{$config['emailtitle']}."; } else { $ubbt_lang['FAQ_BODY'] .= "{$config['emailtitle']}."; } list($tbopen,$tbclose) = $html -> table_wrapper(); include("$thispath/templates/$tempstyle/faq.tmpl"); // ------------- // Send a footer $html -> send_footer();