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:
@@ -92,4 +92,13 @@ body {
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.xurl-social-icons a {
|
||||
font-size: 24px;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
@@ -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 -->
|
||||
';
|
||||
|
||||
|
Reference in New Issue
Block a user