From 5827726594e3e610c2d613981a0d9cfed93febfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Goetz?= Date: Mon, 25 Jan 2016 15:01:54 +0100 Subject: [PATCH] Add title in the layout, fixes #342 --- templates/layout/00_layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout/00_layout.php b/templates/layout/00_layout.php index dc53226..2f5a4b6 100644 --- a/templates/layout/00_layout.php +++ b/templates/layout/00_layout.php @@ -4,7 +4,7 @@ - <?= $page['title']; ?> + <?= $page['title']; ?> <?php if ($page['title'] != $params['title']) { echo "- " . $params['title']; } ?>