mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Tidy up front page admin; kill some notices and globals
This commit is contained in:
@@ -4,6 +4,9 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
||||
|
||||
/**
|
||||
* @todo - extend array to allow selection of any main forum, as well as the forum front page
|
||||
*/
|
||||
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => FOR_FP_1);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user