diff --git a/e107_core/templates/menu_template.php b/e107_core/templates/menu_template.php index 5b4c81255..fb948f10f 100644 --- a/e107_core/templates/menu_template.php +++ b/e107_core/templates/menu_template.php @@ -17,5 +17,7 @@ $MENU_TEMPLATE['buttom-image']['body'] = '{CMENUIMAGE}
{CPAGEBUTTON}'; $MENU_TEMPLATE['buttom-image']['end'] = ''; - + $MENU_TEMPLATE['image-only']['start'] = ''; + $MENU_TEMPLATE['image-only']['body'] = '{CMENUIMAGE}'; + $MENU_TEMPLATE['image-only']['end'] = ''; ?> \ No newline at end of file