1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

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.

This commit is contained in:
Cameron
2015-04-01 11:54:58 -07:00
parent 1f56d4e0dc
commit c356077ffa

View File

@@ -181,16 +181,16 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
<!-- Example row of columns -->
<div class="row">
{SETSTYLE=col-md-4}
{CMENU=jumbotron-menu-1}
{CMENU=jumbotron-menu-2}
{CMENU=jumbotron-menu-3}
{MENU=2}
{MENU=3}
{MENU=4}
</div>
<div class="row">
{SETSTYLE=col-md-4}
{MENU=2}
{MENU=3}
{MENU=4}
{MENU=5}
{MENU=6}
{MENU=7}
</div>
TMPL;