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>2015-09-15 01:40:15 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-15 01:40:15 +0300
commit56839f05410c38777380d4e42b4046a55cf2b098 (patch)
tree137656158c610846b389e294894e186d3cb3b426 /plugins/ExampleUI
parentc4ea1d8565383156baec7bc4575f022afbbc9d55 (diff)
Set HTML <title> values in all user menu and admin menu pages
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/templates/notifications.twig4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ExampleUI/templates/notifications.twig b/plugins/ExampleUI/templates/notifications.twig
index 3782ff86f7..ca69fcd8de 100644
--- a/plugins/ExampleUI/templates/notifications.twig
+++ b/plugins/ExampleUI/templates/notifications.twig
@@ -1,7 +1,9 @@
{% extends 'user.twig' %}
+{% set title %}UI Notification demo{% endset %}
+
{% block content %}
- <h2>Inline notification example:</h2>
+ <h2>Inline notification example</h2>
<div style="display:inline-block;margin-top:10px;" id="exampleUI_notifications">
<div piwik-notification