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}
+
+
';
$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}
+
+
';
$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}
-
+
+
';