From c356077ffaab68f3a10ec5e95e67c5b1cd835871 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Apr 2015 11:54:58 -0700 Subject: [PATCH] Removed hard-coded jumbotron-menu-1,jumbotron-menu-2,jumbotron-menu-3. If you need these, you may manually place them back using the Menu-Manager. Menu areas 2,3,4 have also moved. --- e107_themes/bootstrap3/theme.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/e107_themes/bootstrap3/theme.php b/e107_themes/bootstrap3/theme.php index 1a2a7e4c6..39371f282 100644 --- a/e107_themes/bootstrap3/theme.php +++ b/e107_themes/bootstrap3/theme.php @@ -181,16 +181,16 @@ $LAYOUT['jumbotron_home'] = <<
{SETSTYLE=col-md-4} - {CMENU=jumbotron-menu-1} - {CMENU=jumbotron-menu-2} - {CMENU=jumbotron-menu-3} + {MENU=2} + {MENU=3} + {MENU=4}
{SETSTYLE=col-md-4} - {MENU=2} - {MENU=3} - {MENU=4} + {MENU=5} + {MENU=6} + {MENU=7}
TMPL;