From 6551609d1b248011d301080c1be7c48085dc5d55 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 26 Apr 2014 20:04:39 -0400 Subject: Add a filter by user and due date + minor changes --- templates/layout.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/layout.php') diff --git a/templates/layout.php b/templates/layout.php index 0791b910..40c0b321 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -9,7 +9,7 @@ - <?= isset($title) ? Helper\escape($title) : 'Kanboard' ?> + <?= isset($title) ? Helper\escape($title).' - Kanboard' : 'Kanboard' ?> @@ -23,19 +23,19 @@ -- cgit v1.2.3