// Hide the Right Block when in an administration mode $url = $_SERVER['REQUEST_URI']; $type = $_GET['type']; $name = $_GET['name']; $file = $_GET['file']; $module = $_GET['module']; if (!(($type == "admin") || ($module=="PostCalendar") || ($module=="photoshare") || (($title=="Information"||$title=="Older News"||$title=="What's Happening") && ($file == "article")) || ($name == "phpBB2") || strpos($url, "admin.php"))) { ?>
|