From e09b6fb824446dcf7948d05a04e557b9f78f44fb Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 28 Dec 2016 18:46:18 -0800 Subject: [PATCH] Fixes #1544 - Default Menu Image Size --- e107_core/templates/menu_template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_core/templates/menu_template.php b/e107_core/templates/menu_template.php index c4d8635e1..dd1efd2a9 100644 --- a/e107_core/templates/menu_template.php +++ b/e107_core/templates/menu_template.php @@ -12,15 +12,15 @@ if (!defined('e107_INIT')) { exit; } $MENU_TEMPLATE['button']['body'] = '
{CMENUBODY}
{CPAGEBUTTON}'; $MENU_TEMPLATE['button']['end'] = ''; - $MENU_TEMPLATE['buttom-image']['start'] = '
'; + $MENU_TEMPLATE['buttom-image']['start'] = '
{SETIMAGE: w=360}'; $MENU_TEMPLATE['buttom-image']['body'] = '
{CMENUIMAGE}
{CPAGEBUTTON}'; $MENU_TEMPLATE['buttom-image']['end'] = '
'; - $MENU_TEMPLATE['image-only']['start'] = '
'; + $MENU_TEMPLATE['image-only']['start'] = '
{SETIMAGE: w=360}'; $MENU_TEMPLATE['image-only']['body'] = '{CMENUIMAGE}'; $MENU_TEMPLATE['image-only']['end'] = '
'; - $MENU_TEMPLATE['image-text-button']['start'] = '
'; + $MENU_TEMPLATE['image-text-button']['start'] = '
{SETIMAGE: w=360}'; $MENU_TEMPLATE['image-text-button']['body'] = '{CMENUIMAGE}{CMENUBODY}{CPAGEBUTTON}'; $MENU_TEMPLATE['image-text-button']['end'] = '
'; ?> \ No newline at end of file