1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Basic Social 'XURL' shortcode added and used by the default Bootstrap theme.

This commit is contained in:
Cameron
2014-01-14 11:20:10 -08:00
parent 4c3f3288ce
commit 748888f2de
3 changed files with 75 additions and 3 deletions

View File

@@ -118,9 +118,15 @@ $LAYOUT['_header_'] = '
// applied after every layout.
$LAYOUT['_footer_'] = ' <hr>
<footer>
{SITEDISCLAIMER}
</footer>
<footer>
<div class="col-lg-6">
{SITEDISCLAIMER}
</div>
<div class="col-lg-6 text-right">
{XURL_ICONS}
</div>
</footer>
</div> <!-- /container -->
';