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:
parent
95eff5e653
commit
2f5337703b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user