From 9a7add65840ca1a0180b5df9c893da9fe6f05af2 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 1 Mar 2014 20:33:14 -0600 Subject: [PATCH] Remove userpic function and newbg test The userpic was removed as it relates to the user area of course and the newbg test was for the darker background. This is no longer needed --- index.php | 11 ----------- navbar.php | 36 ------------------------------------ 2 files changed, 47 deletions(-) diff --git a/index.php b/index.php index ebe590c..b93f830 100644 --- a/index.php +++ b/index.php @@ -41,17 +41,6 @@ } } } - - if(isset($_GET['newbg'])){ - echo ""; - } - - function userpic($email){ - $default = "http://fox.gy/fCDIjceUvkk.png"; - $size = 20; - $grav_url = "http://www.gravatar.com/avatar/".md5(strtolower(trim($email)))."?d=".urlencode($default)."&s=".$size; - return $grav_url; - } ?> diff --git a/navbar.php b/navbar.php index ac4e937..4de4a9d 100644 --- a/navbar.php +++ b/navbar.php @@ -36,42 +36,6 @@ - -