mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Image picker re-style.
This commit is contained in:
@@ -1586,7 +1586,7 @@ class e_admin_dispatcher
|
||||
}
|
||||
elseif(deftrue('e_CURRENT_PLUGIN'))
|
||||
{
|
||||
$icon = e107::getPlugin()->getIcon(e_CURRENT_PLUGIN, 32, '');
|
||||
$icon = e107::getPlug()->load(e_CURRENT_PLUGIN)->getIcon(32);
|
||||
}
|
||||
|
||||
return e107::getNav()->admin($icon."<span>".$this->menuTitle."</span>", $selected, $var);
|
||||
|
Reference in New Issue
Block a user