mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Added more MENU areas to default template.
This commit is contained in:
@@ -143,7 +143,8 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
|
|||||||
{SETSTYLE=default}
|
{SETSTYLE=default}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{ALERTS}
|
{ALERTS}
|
||||||
|
{MENU=1}
|
||||||
|
|
||||||
{---}
|
{---}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -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>
|
||||||
|
Reference in New Issue
Block a user