mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Add include_lan() to admin pages
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Custom Menus/Pages Administration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/cpage.php,v $
|
||||
* $Revision: 1.20 $
|
||||
* $Date: 2009-08-05 14:22:15 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.21 $
|
||||
* $Date: 2009-08-28 16:10:55 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -19,6 +19,8 @@ require_once("../class2.php");
|
||||
|
||||
if (!getperms("5|J")) { header("location:".e_BASE."index.php"); exit; }
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
$e_sub_cat = 'custom';
|
||||
|
||||
require_once("auth.php");
|
||||
|
Reference in New Issue
Block a user