removed old code that will never be executed
This commit is contained in:
@@ -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
|
||||
));
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user