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:
authormattab <matthieu.aubry@gmail.com>2014-04-14 07:41:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 07:41:45 +0400
commitad17f121db3bef40bb8604a42a1183a5f1bd5be7 (patch)
treed6dc91a218c4da713945fd5f4e67b83a34d813c0 /plugins/Login/templates/login.twig
parentbffa860a14b1ace355faff4bb1178f7193b37815 (diff)
Add generic hook to login form
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 1612993552..6c9041ca79 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -27,13 +27,13 @@
$(function () {
$('#form_login').focus();
$('input').placeholder();
- $.smartbanner({
- title: "Piwik Mobile 2", author: "Piwik team", icon: "plugins/CoreHome/images/googleplay.png"
- });
+ $.smartbanner({title: "Piwik Mobile 2", author: "Piwik team", icon: "plugins/CoreHome/images/googleplay.png"});
});
</script>
</head>
<body id="loginPage">
+ {{ postEvent("Template.beforeTopBar", "login") }}
+ {{ postEvent("Template.beforeContent", "login") }}
{% include "_iframeBuster.twig" %}