mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
#2287 - Fix for LAN loading in forum plugin
This commit is contained in:
parent
cd6428673b
commit
65f840d5b3
@ -18,10 +18,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
e107::js('forum', 'js/forum.js', 'jquery', 5);
|
||||
e107::css('forum','forum.css');
|
||||
|
||||
|
||||
e107::lan('forum','English_front');
|
||||
|
||||
|
||||
e107::lan('forum', "front", true);
|
||||
|
||||
// include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum.php');
|
||||
if(!defined('IMAGE_new') && !defined('IMAGE_e'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user