From 4593a94c7f4d7504d20e11bfb30302e538f72ec7 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 5 May 2020 14:53:34 +0200 Subject: [PATCH] Fix path to default CSS file included (light-blue.css) --- public_html/conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index cd6afd1b..0cbe353e 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -234,4 +234,4 @@ $GLOBALS['defaultJSscipts']=array( ); // CSS -$GLOBALS['defaultCSSfiles']=array('../light-blue.css'); +$GLOBALS['defaultCSSfiles']=array('light-blue.css');