mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Language selection simplification
switch to include_lan for the time being work in progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@include_once(e_PLUGIN."pm/languages/".e_LANGUAGE.".php");
|
||||
@include_once(e_PLUGIN."pm/languages/English.php");
|
||||
include_lan(e_PLUGIN."pm/languages/".e_LANGUAGE.".php");
|
||||
|
||||
global $sysprefs, $pm_prefs;
|
||||
$pm_prefs = $sysprefs->getArray("pm_prefs");
|
||||
if(check_class($pm_prefs['pm_class']))
|
||||
|
Reference in New Issue
Block a user