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-18 04:58:14 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-18 04:58:14 +0400
commite1c03ff6105aefb845ea271a538747b69fb0da84 (patch)
treef798d139158aa4920401b8079747292ae0f7b6f7 /plugins
parent704629b72935d20d507f73219b89013101d2c1c7 (diff)
Refactor Piwik_PluginsManager and Piwik_Plugin class, moved plugin metadata loading to a new MetadataLoader class, allowed loading of new colors.piwik.json file.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Zeitgeist/colors.piwik.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Zeitgeist/colors.piwik.json b/plugins/Zeitgeist/colors.piwik.json
new file mode 100644
index 0000000000..d2ca30e80e
--- /dev/null
+++ b/plugins/Zeitgeist/colors.piwik.json
@@ -0,0 +1,3 @@
+{
+ "colors": {}
+}