From 2c9da8d8fa0e4883ae6348c172c7399dbdacab9f Mon Sep 17 00:00:00 2001 From: danij Date: Sat, 13 Jul 2013 14:43:20 +0100 Subject: [PATCH] Homepage: Do not include the site description in the title of the front page The site description is already included in the page description so the title is now simply 'Doomsday Engine'. --- web/plugins/z#home/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugins/z#home/home.php b/web/plugins/z#home/home.php index a963556c98..dbd38809e3 100644 --- a/web/plugins/z#home/home.php +++ b/web/plugins/z#home/home.php @@ -53,7 +53,7 @@ public function InterpretRequest($request) public function execute($args=NULL) { $fc = &FrontController::fc(); - $fc->outputHeader($fc->siteDescription()); + $fc->outputHeader(); $fc->beginPage($this->title()); includeHTML('latestversion', 'z#home');