From 8b89c8c8a9001c5f5b38465ceb58306fc6f0659e Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 12 Jan 2006 23:49:05 +0000 Subject: Navigationsleiste verbessert (ungenutzte Eintr?ge werden ausgeblendet); einige kleinere ?nderungen + Bugs gefixt --- handlers/default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers') diff --git a/handlers/default.inc.php b/handlers/default.inc.php index 0ea0a7b..2e2cd96 100644 --- a/handlers/default.inc.php +++ b/handlers/default.inc.php @@ -9,7 +9,7 @@ $title = strtr($data['title'], $tr); else $title = strtr($data['_page'], array(':' => ' - ')); - $content = strtr($data['content'], $tr); + $content = '

' . $title . '

' . strtr($data['content'], $tr); return array('title' => $title, 'content' => $content); } -- cgit v1.2.3