removed old code that will never be executed

This commit is contained in:
Michael Save 2012-02-14 20:24:20 +11:00
parent b891a3f230
commit 652429a23e
2 changed files with 6 additions and 8 deletions

View file

@ -29,13 +29,11 @@
$news = $query->fetchAll(PDO::FETCH_ASSOC);
return Element('themes/basic/index.html', Array(
'settings' => $settings,
'config' => $config,
'boardlist' => createBoardlist(),
'news' => $news
));
return $body;
'settings' => $settings,
'config' => $config,
'boardlist' => createBoardlist(),
'news' => $news
));
}
};