From 56839f05410c38777380d4e42b4046a55cf2b098 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 15 Sep 2015 10:40:15 +1200 Subject: Set HTML 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 --- plugins/ExampleUI/templates/notifications.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/ExampleUI') 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 -- cgit v1.2.3