'.$recent_row['article_title'].'';
}
$content = "
Information
Statistics
";
} elseif ($_GET['do'] == "permissiondenied") { //display permission denied error
$globalvars['page_name'] = 'permission denied';
$globalvars['page_image'] = 'lock';
$content = 'Why am I getting this?
When your rank was created, the author denied any members associated with this rank to view this feature/page. If you think you should have access, contact your admin. If this has just barely been changed for you, you will need to logout and log back in.
';
} elseif ($_GET['do'] == "lulz") {
$globalvars['page_name'] = 'lulz all around!';
$globalvars['page_image'] = 'none';
echo <<
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~ - mmmmm, apt-get.
- alec (alecwh)
phpns makes kyle a happy panda - kyle (kyleO)
EDO;
die(); //die!
}
include("inc/themecontrol.php"); //include theme script
?>