mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
More menu areas added in default bootstrap3 theme. Easier styling of the 'footer' block.
This commit is contained in:
@@ -159,31 +159,34 @@ $LAYOUT['_header_'] = '
|
||||
|
||||
// applied after every layout.
|
||||
$LAYOUT['_footer_'] = '<hr>
|
||||
<div class="row">
|
||||
</div> <!-- /container -->
|
||||
{SETSTYLE=default}
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=10}
|
||||
{MENU=100}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=11}
|
||||
{MENU=101}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=12}
|
||||
{MENU=102}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=13}
|
||||
{MENU=103}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<div class="col-lg-12">
|
||||
{MENU=14}
|
||||
{MENU=104}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -200,7 +203,7 @@ $LAYOUT['_footer_'] = ' <hr>
|
||||
|
||||
<div>
|
||||
<div class="col-lg-12">
|
||||
{MENU=15}
|
||||
{MENU=105}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -209,9 +212,10 @@ $LAYOUT['_footer_'] = ' <hr>
|
||||
<small >{SITEDISCLAIMER}</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div> <!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</footer>
|
||||
';
|
||||
|
||||
|
||||
@@ -247,6 +251,43 @@ $LAYOUT['jumbotron_home'] = <<<TMPL
|
||||
{MENU=6}
|
||||
{MENU=7}
|
||||
</div>
|
||||
{SETSTYLE=default}
|
||||
<div class="row" >
|
||||
<div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=8}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=9}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=10}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=11}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=12}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=13}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<div class="col-lg-12">
|
||||
{MENU=14}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
TMPL;
|
||||
|
||||
//TODO Add {GALLERY_PORTFOLIO} to portfolio_menu.php
|
||||
@@ -412,8 +453,45 @@ $LAYOUT['jumbotron_sidebar_right'] = '
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
{SETSTYLE=default}
|
||||
<div class="row" >
|
||||
<div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=2}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=3}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=4}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=5}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=6}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=7}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<div class="col-lg-12">
|
||||
{MENU=8}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user