1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01: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,7 +143,8 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
{SETSTYLE=default}
<div class="container">
{ALERTS}
{MENU=1}
{---}
</div>
@ -156,6 +157,12 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
{CMENU=jumbotron-menu-3}
</div>
<div class="row">
{SETSTYLE=col-md-4}
{MENU=2}
{MENU=3}
{MENU=4}
</div>
TMPL;
//TODO Add {GALLERY_PORTFOLIO} to portfolio_menu.php
@ -169,6 +176,8 @@ $LAYOUT['modern_business_home'] = <<<TMPL
<div class="container">
{ALERTS}
{MENU=1}
</div>
<div class="section">
@ -287,7 +296,7 @@ $LAYOUT['jumbotron_full'] = '
{SETSTYLE=default}
<div class="container">
{ALERTS}
{MENU=1}
{---}
</div>