1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Update methods to load LAN files in Admin Area

(fingers crossed there are no typo's...)
This commit is contained in:
Tijn Kuyper
2017-01-17 01:33:03 +01:00
parent 65f840d5b3
commit 347c9f9af0
38 changed files with 59 additions and 229 deletions

View File

@@ -17,15 +17,13 @@ if (!getperms('X'))
exit;
}
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
e107::coreLan('search', true);
$e_sub_cat = 'search';
require_once('auth.php');
require_once(e_HANDLER.'userclass_class.php');
require_once(e_HANDLER.'search_class.php');
$frm = e107::getForm();
$mes = e107::getMessage();
$e_userclass = new user_class();