From f9d018ae5dee512432ec95ca1d861b155b42aa22 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 12 Mar 2014 09:48:51 -0700 Subject: [PATCH] Image-only template added to custom menus. --- e107_core/templates/menu_template.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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