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,8 +9,8 @@
|
||||
* Banner Administration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/banner.php,v $
|
||||
* $Revision: 1.13 $
|
||||
* $Date: 2009-08-15 15:44:37 $
|
||||
* $Revision: 1.14 $
|
||||
* $Date: 2009-08-28 16:11:01 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
@@ -22,6 +22,8 @@ if (!getperms("D"))
|
||||
exit;
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
$e_sub_cat = 'banner';
|
||||
|
||||
require_once("auth.php");
|
||||
|
Reference in New Issue
Block a user