mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Add include_lan() to admin pages
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Administration Area - User classes
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $
|
||||
* $Revision: 1.27 $
|
||||
* $Date: 2009-08-22 21:27:34 $
|
||||
* $Author: e107steved $
|
||||
* $Revision: 1.28 $
|
||||
* $Date: 2009-08-28 16:11:00 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -21,6 +21,9 @@ if (!getperms("4"))
|
||||
header("location:".e_BASE."index.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
$e_sub_cat = 'userclass';
|
||||
//define('UC_DEBUG_OPTS',FALSE);
|
||||
|
||||
|
Reference in New Issue
Block a user