1
0
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:
e107steved
2009-12-19 17:54:00 +00:00
parent cf2978b82c
commit 45fef35aea
6 changed files with 143 additions and 90 deletions

View File

@@ -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);
?>