mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
#220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
||||
e107::lan('forum', 'English_front');
|
||||
|
||||
/**
|
||||
* @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);
|
||||
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => LAN_FORUM_0001);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user