mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Add include_lan() to admin pages
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Administration Area - Site Links
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
||||
* $Revision: 1.28 $
|
||||
* $Date: 2009-08-19 14:35:12 $
|
||||
* $Author: secretr $
|
||||
* $Revision: 1.29 $
|
||||
* $Date: 2009-08-28 16:10:54 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -22,6 +22,8 @@ if(!getperms('I'))
|
||||
exit();
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
$e_sub_cat = 'links';
|
||||
|
||||
if(!is_object($tp))
|
||||
|
Reference in New Issue
Block a user