From 4b14caaebc1aa0e62329c84b6f5134aec8d7b858 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 16 Jun 2014 14:21:29 -0700 Subject: [PATCH] Fixed button spacing on cmenu template. --- e107_themes/bootstrap3/templates/menu_template.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/e107_themes/bootstrap3/templates/menu_template.php b/e107_themes/bootstrap3/templates/menu_template.php index e18507dde..8db19b11b 100644 --- a/e107_themes/bootstrap3/templates/menu_template.php +++ b/e107_themes/bootstrap3/templates/menu_template.php @@ -21,24 +21,24 @@ $MENU_TEMPLATE['2-column_1:1_text-left']['start'] = '{SETIMAGE: w=700&h=450}'; $MENU_TEMPLATE['2-column_1:1_text-left']['body'] = ' -

{CMENUICON}{CMENUTITLE}

{CMENUBODY}
{CPAGEBUTTON}
-
{CMENUIMAGE}
+

{CMENUICON}{CMENUTITLE}

{CMENUBODY}

{CPAGEBUTTON}

+
{CMENUIMAGE}
'; $MENU_TEMPLATE['2-column_1:1_text-left']['end'] = ''; $MENU_TEMPLATE['2-column_1:1_text-right']['start'] = '{SETIMAGE: w=700&h=450}'; $MENU_TEMPLATE['2-column_1:1_text-right']['body'] = ' -
{CMENUIMAGE}
-

{CMENUICON}{CMENUTITLE}

{CMENUBODY}
{CPAGEBUTTON}
+
{CMENUIMAGE}
+

{CMENUICON}{CMENUTITLE}

{CMENUBODY}

{CPAGEBUTTON}

'; $MENU_TEMPLATE['2-column_1:1_text-right']['end'] = ''; $MENU_TEMPLATE['2-column_2:1_text-left']['start'] = ''; $MENU_TEMPLATE['2-column_2:1_text-left']['body'] = ' -

{CMENUICON}{CMENUTITLE}

{CMENUBODY}
-
+

{CMENUICON}{CMENUTITLE}

{CMENUBODY}
+ ';