diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 7c35360a9..2aaa8130f 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -19,9 +19,12 @@ // function xhtmlHeaders($file, $title) { + ob_start(); + global $css; global $skin; global $view; + global $cspNonce; # This idea is that we always include the classic css files, # and then any different skin only needs to contain things that are different. @@ -242,6 +245,7 @@ if ( $css != 'base' ) ?>