Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-30 15:55:33 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-30 16:05:47 +0400
commit6b20a983ecb852356a3658aaa4042e31182cb0c2 (patch)
tree211245af1cf33fbcc9557b3fef467384f0572760 /plugins/CoreUpdater
parent494d826ab4874ea85d55ce7e47b432abe35a4a5d (diff)
Refactoring the code so that base.css is not required to be manually built but is compiled on each page view which should be fast enough
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/layout.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/templates/layout.twig b/plugins/CoreUpdater/templates/layout.twig
index 95c2c5707c..2c359dd2db 100644
--- a/plugins/CoreUpdater/templates/layout.twig
+++ b/plugins/CoreUpdater/templates/layout.twig
@@ -7,7 +7,7 @@
<meta name="viewport" content="initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css"/>
- <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/base.css" />
+ <link rel="stylesheet" type="text/css" href="index.php?module=Installation&action=getBaseCss"/>
<link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/simple_structure.css"/>
<link rel="stylesheet" type="text/css" href="plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css" />
<link rel="stylesheet" type="text/css" href="plugins/CoreUpdater/stylesheets/updateLayout.css" />