mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
More $imode removal
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
global $plugindir, $imode;
|
||||
global $plugindir;
|
||||
$plugindir = e_PLUGIN."content/";
|
||||
$imagedir = e_IMAGE."packs/".$imode."/admin_images/";
|
||||
$imagedir = e_IMAGE."admin_images/";
|
||||
include_lan(e_PLUGIN."content/languages/".e_LANGUAGE."/lan_content.php");
|
||||
include_lan(e_PLUGIN."content/languages/".e_LANGUAGE."/lan_content_admin.php");
|
||||
|
||||
|
Reference in New Issue
Block a user