diff --git a/lib/template/header.php b/lib/template/header.php index 2b4e525..14b902e 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -15,17 +15,13 @@ if (!isset ($cfg['web_root'])) else $web_root = $cfg['web_root']; -if (!isset ($cfg['style'])) - $style = 'default'; -else - $style = $cfg['style']; ?>