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:
Diffstat (limited to 'plugins/PiwikPro/templates/promoPiwikProWidget.twig')
-rw-r--r--plugins/PiwikPro/templates/promoPiwikProWidget.twig12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/PiwikPro/templates/promoPiwikProWidget.twig b/plugins/PiwikPro/templates/promoPiwikProWidget.twig
new file mode 100644
index 0000000000..2864fa340f
--- /dev/null
+++ b/plugins/PiwikPro/templates/promoPiwikProWidget.twig
@@ -0,0 +1,12 @@
+<div class="promoWidget">
+ <div class="promo">
+ <img class="icon" src="plugins/PiwikPro/images/promo.png">
+ <p class="text">
+ {{ ctaText }}
+ <br /><br />
+ <a class="btn" href="{{ ctaLinkUrl|e('html_attr') }}" target="_blank" rel="noreferrer">
+ {{ ctaLinkTitle }}
+ </a>
+ </p>
+ </div>
+</div> \ No newline at end of file