1
0
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:
Cameron
2014-01-08 04:29:00 -08:00
parent 78397acfd1
commit 7f9326f1a1
7 changed files with 35 additions and 26 deletions

View File

@@ -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()