From 16d0500cc59b9698a3a4e072c87b55b5946957e7 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Tue, 31 Dec 2013 01:00:00 +0000 Subject: [PATCH] Reducing the amount of PHP if's. --- header.php | 36 ------------------------------------ public/style.css | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 36 deletions(-) diff --git a/header.php b/header.php index 5a089c7..432f0e2 100644 --- a/header.php +++ b/header.php @@ -23,25 +23,6 @@ require_once('public/recaptchalib.php'); <?php echo ISQ::$general['name']; ?> - - - @@ -87,23 +68,6 @@ $(document).ready(function(){ }); }); -