forked from leftypol/leftypol
removed old code that will never be executed
This commit is contained in:
parent
b891a3f230
commit
652429a23e
2 changed files with 6 additions and 8 deletions
|
@ -649,7 +649,7 @@
|
|||
$config['dir']['themes'] = getcwd() . '/templates/themes';
|
||||
// Same as above, but a URI (accessable by web interface, not locally)
|
||||
$config['dir']['themes_uri'] = 'templates/themes';
|
||||
// Homepage directory
|
||||
// Homepage directory (deprecated)
|
||||
$config['dir']['home'] = '';
|
||||
|
||||
// Static images
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
'boardlist' => createBoardlist(),
|
||||
'news' => $news
|
||||
));
|
||||
|
||||
return $body;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue