mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Fix for glyph rendering in admin.
This commit is contained in:
@@ -341,6 +341,11 @@ class cpage_shortcodes extends e_shortcode
|
||||
|
||||
function sc_cmenuicon($parm='')
|
||||
{
|
||||
if($parm === 'css')
|
||||
{
|
||||
return str_replace(".glyph", "", $this->var['menu_icon']);
|
||||
}
|
||||
|
||||
return e107::getParser()->toIcon($this->var['menu_icon'], array('space'=>' '));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user