sql_fetchrow($db->sql_query("SELECT * from ".$prefix."_nsnsp_config"));
$content = "
Supported by
";
$content .= "
\n";
if ($supporterlt['require_user'] == 0 || is_user($user)) { $content .= "[ "._BESUPPORTER." ]
\n"; }
if (is_admin($admin)) { $content .= "[ "._GOTOADMIN." ]
\n"; }
$content .= "[ "._SUPPORTERS." ]\n";
?>