mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Image-only template added to custom menus.
This commit is contained in:
@@ -17,5 +17,7 @@
|
|||||||
$MENU_TEMPLATE['buttom-image']['body'] = '{CMENUIMAGE}<br />{CPAGEBUTTON}';
|
$MENU_TEMPLATE['buttom-image']['body'] = '{CMENUIMAGE}<br />{CPAGEBUTTON}';
|
||||||
$MENU_TEMPLATE['buttom-image']['end'] = '</div>';
|
$MENU_TEMPLATE['buttom-image']['end'] = '</div>';
|
||||||
|
|
||||||
|
$MENU_TEMPLATE['image-only']['start'] = '';
|
||||||
|
$MENU_TEMPLATE['image-only']['body'] = '{CMENUIMAGE}';
|
||||||
|
$MENU_TEMPLATE['image-only']['end'] = '';
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user