1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Added more MENU areas to default template.

This commit is contained in:
Cameron
2014-01-20 16:12:56 -08:00
parent 95eff5e653
commit 2f5337703b

View File

@@ -143,6 +143,7 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
{SETSTYLE=default} {SETSTYLE=default}
<div class="container"> <div class="container">
{ALERTS} {ALERTS}
{MENU=1}
{---} {---}
@@ -156,6 +157,12 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
{CMENU=jumbotron-menu-3} {CMENU=jumbotron-menu-3}
</div> </div>
<div class="row">
{SETSTYLE=col-md-4}
{MENU=2}
{MENU=3}
{MENU=4}
</div>
TMPL; TMPL;
//TODO Add {GALLERY_PORTFOLIO} to portfolio_menu.php //TODO Add {GALLERY_PORTFOLIO} to portfolio_menu.php
@@ -169,6 +176,8 @@ $LAYOUT['modern_business_home'] = <<<TMPL
<div class="container"> <div class="container">
{ALERTS} {ALERTS}
{MENU=1}
</div> </div>
<div class="section"> <div class="section">
@@ -287,7 +296,7 @@ $LAYOUT['jumbotron_full'] = '
{SETSTYLE=default} {SETSTYLE=default}
<div class="container"> <div class="container">
{ALERTS} {ALERTS}
{MENU=1}
{---} {---}
</div> </div>