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:
authorMarcin Czołnowski <marcin@czolnowski.net>2014-06-18 17:41:42 +0400
committerMarcin Czołnowski <marcin@czolnowski.net>2014-06-18 17:41:42 +0400
commit25a59476061c3d86d3d4b0537094e5a68a2fb561 (patch)
tree47b6a7e29929a1ded35d6499e3d6b09cd85c6364 /core/AssetManager
parent5ad27d7a9a3c77ece4990f3244ceac4d29f62cf6 (diff)
Add current theme higher priority than for Morpheus.
Diffstat (limited to 'core/AssetManager')
-rw-r--r--core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
index 414a5d44e7..647aecaff2 100644
--- a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
+++ b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php
@@ -19,6 +19,7 @@ class StylesheetUIAssetFetcher extends UIAssetFetcher
'libs/',
'plugins/CoreHome/stylesheets/color_manager.css', // must be before other Piwik stylesheets
'plugins/Morpheus/stylesheets/base.less',
+ 'plugins\/((?!' . $this->getTheme()->getThemeName() . ').)*\/',
'plugins\/((?!Morpheus).)*\/',
'plugins/Dashboard/stylesheets/dashboard.less',
'tests/',