mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes.
This commit is contained in:
@@ -188,7 +188,7 @@ class admin_shortcodes
|
||||
|
||||
$e_icon_array = e107::getNav()->getIconArray();
|
||||
|
||||
if (e_CURRENT_PLUGIN)
|
||||
if (deftrue('e_CURRENT_PLUGIN'))
|
||||
{
|
||||
$eplug_icon = '';
|
||||
$eplug_folder = e_CURRENT_PLUGIN.'/';
|
||||
|
Reference in New Issue
Block a user