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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 18:27:58 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 18:27:58 +0400
commit332e43403992cc114a21cb03aa8296a9a8da16d8 (patch)
tree9b4ebe724900ead5fe46c8e157d6517998d3b2d0 /core/AssetManager.php
parente108ded1a30deeb19317e3604b74e674be111152 (diff)
Refs #3942, allow server-side and JS UI code to use colors defined in CSS.
Notes: - Removed colors.piwik.json loading code. No longer necessary. - UserCountryMap is the only remaining portion of Piwik that doesn't use this technique. Not yet, anyway.
Diffstat (limited to 'core/AssetManager.php')
-rw-r--r--core/AssetManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 307ad4a99a..761ea0d2ab 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -253,6 +253,7 @@ class Piwik_AssetManager
{
$priorityCssOrdered = array(
'libs/',
+ 'plugins/CoreHome/stylesheets/color_manager.css', // must be before other Piwik stylesheets
'plugins/Zeitgeist/stylesheets/base.less',
'plugins/Zeitgeist/stylesheets/',
'plugins/',