mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44: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:
@@ -31,7 +31,8 @@ if (!$e107->isInstalled('forum'))
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::lan('forum','English_front');
|
||||
//e107::lan('forum','English_front');
|
||||
e107::lan('forum', "front", true);
|
||||
e107::css('forum','forum.css');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user