From bd5bcd2d8d32f2f7422ecc47caddda69a92d525e Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 24 Nov 2016 17:20:35 +0100 Subject: Installation css & template edit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/private/TemplateLayout.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/private/TemplateLayout.php') diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index 8c8f9cfc33b..8ba5bc561f0 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -164,7 +164,11 @@ class TemplateLayout extends \OC_Template { if(\OC::$server->getSystemConfig()->getValue('installed', false)) { $cssFiles = self::findStylesheetFiles(\OC_Util::$styles); } else { - $cssFiles = array(array(\OC::$SERVERROOT, '', 'core/css/installation.css')); + $cssFiles = array( + [\OC::$SERVERROOT, '', 'core/css/global.css'], + [\OC::$SERVERROOT, '', 'core/css/fonts.css'], + [\OC::$SERVERROOT, '', 'core/css/installation.css'] + ); } $this->assign('cssfiles', array()); $this->assign('printcssfiles', []); -- cgit v1.2.3