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 ZILLIOX <thomas@zilliox.me>2013-07-13 06:08:00 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-13 06:08:00 +0400
commitd78d735e16dda63a3037b5e6b28be2b347d3eb19 (patch)
tree174cc8b8e1c51aac68f8c1eb284e689851630e02 /plugins
parentae75d23848edd274094b7bb54b98a6af36338a24 (diff)
Activate the PleineLune stylsheets
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PleineLune/PleineLune.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PleineLune/PleineLune.php b/plugins/PleineLune/PleineLune.php
index ee8c7882c4..25bfbc9744 100644
--- a/plugins/PleineLune/PleineLune.php
+++ b/plugins/PleineLune/PleineLune.php
@@ -35,6 +35,6 @@ class Piwik_PleineLune extends Piwik_Plugin
public function getCssFiles(&$cssFiles)
{
- //$cssFiles[] = "plugins/PleineLune/stylesheets/theme.less";
+ $cssFiles[] = "plugins/PleineLune/stylesheets/theme.less";
}
}