mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 16:20:13 +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:
@@ -13,7 +13,8 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// Usage: sublink_type[x]['title'].
|
||||
// x should be the same as the plugin folder.
|
||||
|
||||
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_admin.php'); // FIXME needs changing after forum lan rewrite
|
||||
e107::lan('forum', "admin", true);
|
||||
//include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_admin.php'); // FIXME needs changing after forum lan rewrite
|
||||
|
||||
$sublink_type['forum']['title'] = FORLAN_155; // "News Categories"; // FIXME needs changing after forum lan rewrite
|
||||
$sublink_type['forum']['table'] = 'forum';
|
||||
|
Reference in New Issue
Block a user