mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working..
This commit is contained in:
@@ -23,7 +23,7 @@ if (!$e107->isInstalled('forum'))
|
||||
header('Location: '.SITEURL);
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::lan('forum', "front", true);
|
||||
// include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum.php'); // using English_front.php now
|
||||
|
||||
require_once(e_PLUGIN.'forum/forum_class.php');
|
||||
|
Reference in New Issue
Block a user