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-06-25 08:52:21 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-25 08:52:21 +0400
commit1c83deaa3ef5e981456692a5c611f2fe587437de (patch)
tree9a924f3ee0d608dcdedc479ab5610ba3b536af8e /plugins/ExampleUI
parent80d339135fdb9642847b7f276c65b58861219c60 (diff)
Forgot to add new template.
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/templates/sparklines.twig9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/ExampleUI/templates/sparklines.twig b/plugins/ExampleUI/templates/sparklines.twig
new file mode 100644
index 0000000000..a786056694
--- /dev/null
+++ b/plugins/ExampleUI/templates/sparklines.twig
@@ -0,0 +1,9 @@
+<div class="sparkline">
+ {{ sparkline(urlSparkline1) }}
+ Evolution of temperature for server piwik.org
+</div>
+<div class="sparkline">
+ {{ sparkline(urlSparkline2) }}
+ Evolution of temperature for server dev.piwik.org
+</div>
+