Navigation Menu

Skip to content

Commit

Permalink
Homepage: Do not include the site description in the title of the fro…
Browse files Browse the repository at this point in the history
…nt page

The site description is already included in the page description so
the title is now simply 'Doomsday Engine'.
  • Loading branch information
danij-deng committed Jul 13, 2013
1 parent cc87515 commit 2c9da8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/plugins/z#home/home.php
Expand Up @@ -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');
Expand Down

0 comments on commit 2c9da8d

Please sign in to comment.