mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Add include_lan() to admin pages
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* Administration Area - Admin Log
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $
|
||||
* $Revision: 1.29 $
|
||||
* $Date: 2009-08-15 15:44:37 $
|
||||
* $Revision: 1.30 $
|
||||
* $Date: 2009-08-28 16:10:50 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
@@ -34,6 +34,8 @@ if(! getperms("S"))
|
||||
exit();
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
// Main language file should automatically be loaded
|
||||
// Load language files for log messages
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_log_messages.php'); //... for core functions
|
||||
|
Reference in New Issue
Block a user