mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +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_LANGUAGEDIR.e_LANGUAGE."/lan_user.php");
|
||||
@include_once(e_LANGUAGEDIR."English/lan_user.php");
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_user.php");
|
||||
|
||||
global $tp;
|
||||
if (substr($parm, -5) == '-link')
|
||||
{
|
||||
|
Reference in New Issue
Block a user