mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
*
|
||||
* Docs
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/docs.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*
|
||||
*/
|
||||
require_once("../class2.php");
|
||||
@@ -20,7 +16,7 @@ if (!ADMIN) {
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::lan('core','docs',true);
|
||||
e107::coreLan('docs', true);
|
||||
|
||||
define('DOC_PATH', e_DOCS.e_LANGUAGE.'/');
|
||||
define('DOC_PATH_ALT', e_DOCS.'English/');
|
||||
|
Reference in New Issue
Block a user