From 72f50aabd7097af74fc9d9f694738b8aaf8e9457 Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+OakBaron@users.noreply.github.com> Date: Fri, 3 May 2019 20:21:18 -0400 Subject: [PATCH] Got rid of dependancies on mobileDetect (which was removed a while ago) --- head.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/head.php b/head.php index 9ee8f79..9d1473a 100644 --- a/head.php +++ b/head.php @@ -1,17 +1,7 @@ -isMobile(); - if($check){ - $css = "mobile.css"; - } else{ - $css = "index.css"; - } -?> Rubiks My Cube | <?php echo $t; ?> - + \ No newline at end of file