mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Menu renders 'start' and 'end' templates now;
Comment about usage of SETIMAGE sc in menu template; SETIMAGE: default - reset to default (TODO - site prefs)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
$MENU_TEMPLATE['button']['body'] = '{CMENUBODY}{CPAGEBUTTON}';
|
||||
$MENU_TEMPLATE['button']['end'] = '</div>';
|
||||
|
||||
### Additional control over image thumbnailing is possible via SETIMAGE e.g. {SETIMAGE: w=200&h=150&crop=1}
|
||||
$MENU_TEMPLATE['buttom-image']['start'] = '<div class="cpage-menu">';
|
||||
$MENU_TEMPLATE['buttom-image']['body'] = '{CMENUIMAGE}{CPAGEBUTTON}';
|
||||
$MENU_TEMPLATE['buttom-image']['end'] = '</div>';
|
||||
|
Reference in New Issue
Block a user