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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-26 07:38:14 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-26 07:38:14 +0400
commita208bf419fb58e37e0090d6a95b1a838ed8e7323 (patch)
tree7efecdcd36e02e269c2ab3da6273ddd2af7eb61b /plugins/CoreHome/CoreHome.php
parent22208990a2dbc04fc488ffc9d9dfc3b9ee50e8d8 (diff)
refs #4179 added some less definitions
Diffstat (limited to 'plugins/CoreHome/CoreHome.php')
-rw-r--r--plugins/CoreHome/CoreHome.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/CoreHome.php b/plugins/CoreHome/CoreHome.php
index 910ebee37b..fccaed1f49 100644
--- a/plugins/CoreHome/CoreHome.php
+++ b/plugins/CoreHome/CoreHome.php
@@ -56,6 +56,7 @@ class CoreHome extends \Piwik\Plugin
$stylesheets[] = "plugins/CoreHome/stylesheets/promo.less";
$stylesheets[] = "plugins/CoreHome/stylesheets/color_manager.css";
$stylesheets[] = "plugins/CoreHome/stylesheets/sparklineColors.less";
+ $stylesheets[] = "plugins/CoreHome/stylesheets/notification.less";
}
public function getJsFiles(&$jsFiles)