1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

More {MENU} areas.

This commit is contained in:
Cameron
2015-04-05 00:31:35 -07:00
parent 565d76ee89
commit 0ac9b1e045
2 changed files with 43 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
<?php
/*
* Copyright (c) e107 Inc 2008-2015 - e107.org,
* Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* 'FAQ plugin' global language definitions
*/
define("LAN_FAQS_TAGS", "Tags");
define("LAN_FAQS_FILTER_ACTIVE", "Filter Active");

View File

@@ -73,9 +73,9 @@ function tablestyle($caption, $text, $id='', $info=array())
return; return;
} }
if($style == 'col-md-4') if($style == 'col-md-4' || $style == 'col-md-6' || $style == 'col-md-8')
{ {
echo ' <div class="col-xs-12 col-md-4"> echo ' <div class="col-xs-12 '.$style.'">
<h2>'.$caption.'</h2> <h2>'.$caption.'</h2>
'.$text.' '.$text.'
</div>'; </div>';
@@ -142,9 +142,9 @@ $LAYOUT['_header_'] = '
// applied after every layout. // applied after every layout.
$LAYOUT['_footer_'] = ' <hr> $LAYOUT['_footer_'] = ' <hr>
<div class="row"> <div class="row">
{SETSTYLE=col-md-6}
<footer > <footer >
<div class="row"> <div>
<div class="col-lg-6"> <div class="col-lg-6">
{MENU=10} {MENU=10}
</div> </div>
@@ -152,7 +152,24 @@ $LAYOUT['_footer_'] = ' <hr>
{MENU=11} {MENU=11}
</div> </div>
</div> </div>
<div class="row">
<div>
<div class="col-sm-12 col-lg-4">
{MENU=12}
</div>
<div class="col-sm-12 col-lg-8">
{MENU=13}
</div>
</div>
<div >
<div class="col-lg-12">
{MENU=14}
</div>
</div>
<div>
<div class="col-lg-6"> <div class="col-lg-6">
{NAVIGATION=footer} {NAVIGATION=footer}
@@ -162,11 +179,18 @@ $LAYOUT['_footer_'] = ' <hr>
{BOOTSTRAP_USERNAV: placement=bottom&dir=up} {BOOTSTRAP_USERNAV: placement=bottom&dir=up}
</div> </div>
</div> </div>
{SETSTYLE=col-md-12}
<div class="col-lg-12 text-center"> <div>
{MENU=12} <div class="col-lg-12">
{MENU=15}
</div>
</div>
<div>
<div id="sitedisclaimer" class="col-lg-12 text-center">
<small >{SITEDISCLAIMER}</small> <small >{SITEDISCLAIMER}</small>
</div> </div>
</div>
</footer> </footer>
</div> </div>
</div> <!-- /container --> </div> <!-- /container -->