1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Language selection simplification

switch to include_lan for the time being

work in progress
This commit is contained in:
marj
2009-08-15 11:55:30 +00:00
parent af59a5077e
commit 3420b193ab
43 changed files with 155 additions and 172 deletions

View File

@@ -9,9 +9,9 @@
* Plugin Administration - Comment menu
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/clock_menu/config.php,v $
* $Revision: 1.2 $
* $Date: 2008-12-21 12:53:48 $
* $Author: e107steved $
* $Revision: 1.3 $
* $Date: 2009-08-15 11:55:30 $
* $Author: marj_nl_fr $
*
*/
$eplug_admin = TRUE;
@@ -22,7 +22,7 @@ if (!getperms("1"))
exit ;
}
require_once(e_ADMIN."auth.php");
@include_lan(e_PLUGIN."clock_menu/languages/admin/".e_LANGUAGE.".php");
include_lan(e_PLUGIN."clock_menu/languages/admin/".e_LANGUAGE.".php");
require_once(e_HANDLER."form_handler.php");
$rs = new form;