mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Corrected outdated icon paths
This commit is contained in:
@@ -180,6 +180,8 @@ class admin_shortcodes
|
||||
|
||||
function sc_admin_icon()
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
|
||||
if (ADMIN)
|
||||
{
|
||||
global $e_sub_cat, $e_icon_array, $PLUGINS_DIRECTORY;
|
||||
@@ -221,7 +223,7 @@ class admin_shortcodes
|
||||
}
|
||||
else
|
||||
{
|
||||
$icon = E_32_CAT_PLUG;
|
||||
$icon = $tp->toGlyph('e-cat_plugins-32');
|
||||
return $icon;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user