mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Language selection simplification
switch to include_lan for the time being work in progress
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
@include_once(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
||||
@include_once(e_PLUGIN.'forum/languages/English/lan_forum_frontpage.php');
|
||||
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
||||
|
||||
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => FOR_FP_1);
|
||||
|
||||
|
Reference in New Issue
Block a user