1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +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

@@ -92,4 +92,13 @@ body {
left: 0;
min-width: 100%;
height: 500px;
}
.xurl-social-icons a {
font-size: 24px;
color: inherit;
text-decoration: none;
}

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 -->
';