1
0
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:
Cameron
2014-01-22 06:10:44 -08:00
parent 3d04b8690a
commit 99af352647
8 changed files with 93 additions and 62 deletions

View File

@@ -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;
}