mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
New menu_icon field added.
This commit is contained in:
@@ -218,7 +218,12 @@ class cpage_shortcodes extends e_shortcode
|
||||
}
|
||||
|
||||
return "<img class='img-responsive' src='".$img."' alt='' />";
|
||||
}
|
||||
}
|
||||
|
||||
function sc_cmenuicon($parm='')
|
||||
{
|
||||
return e107::getParser()->toIcon($this->page['menu_icon']);
|
||||
}
|
||||
|
||||
|
||||
function sc_cpageurl()
|
||||
|
Reference in New Issue
Block a user