From 5d8eeb5b5607efd72bed84b3a16f6603c1fc1161 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 6 May 2016 15:16:48 -0400 Subject: [PATCH] deprecate header, just the getNavBarHTML function --- web/skins/classic/includes/functions.php | 6 +- web/skins/classic/views/console.php | 2 +- web/skins/classic/views/header.php | 163 ----------------------- web/skins/classic/views/options.php | 4 +- 4 files changed, 7 insertions(+), 168 deletions(-) delete mode 100644 web/skins/classic/views/header.php diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index ba8064eb1..78dbc4556 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -180,7 +180,11 @@ function getNavBarHTML() { ob_start(); global $CLANG; global $VLANG; - + global $CLANG; + global $VLANG; + global $status; + global $running; + global $user; ?>