From ea4edcbc9434ba7a38e9a882ffdfd828b0298f08 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 16 Aug 2020 20:08:14 -0400 Subject: [PATCH] Make a global so tht we can use it in export_functions --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index bf6cf8289..286dc8474 100644 --- a/web/index.php +++ b/web/index.php @@ -106,7 +106,7 @@ if ( ! is_dir("skins/$skin") ) { $skin = $skins[0]; } } - +global $css; if ( isset($_GET['css']) ) { $css = $_GET['css']; } else if ( isset($_COOKIE['zmCSS']) ) {