mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -215,8 +215,8 @@ class e_parse_shortcodeTest extends \Codeception\Test\Unit
|
||||
// require_once(e_CORE."shortcodes/batch/admin_shortcodes.php");
|
||||
e107::getScBatch('admin');
|
||||
|
||||
require_once(e_LANGUAGEDIR.'English/admin/lan_header.php');
|
||||
require_once(e_LANGUAGEDIR.'English/admin/lan_footer.php');
|
||||
e107::includeLan(e_LANGUAGEDIR.'English/admin/lan_header.php');
|
||||
e107::includeLan(e_LANGUAGEDIR.'English/admin/lan_footer.php');
|
||||
|
||||
e107::loadAdminIcons();
|
||||
|
||||
|
Reference in New Issue
Block a user