1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Added {NAVIGATION=footer} to Bootstrap3 theme.

This commit is contained in:
Cameron
2014-06-16 22:43:02 -07:00
parent c94a872ed6
commit 83080e603e
2 changed files with 9 additions and 6 deletions

View File

@@ -141,16 +141,19 @@ $LAYOUT['_header_'] = '
// applied after every layout.
$LAYOUT['_footer_'] = ' <hr>
<footer>
<div class="row">
<footer >
<div class="col-lg-6">
{SITEDISCLAIMER}
{NAVIGATION=footer}
</div>
<div class="col-lg-6 text-right">
{XURL_ICONS: size=2x}
</div>
<div class="col-lg-12 text-center">
<small>{SITEDISCLAIMER}</small>
</div>
</footer>
</div>
</div> <!-- /container -->
';