|
@@ -214,13 +214,15 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
|
|
|
<footer class="row">
|
|
<footer class="row">
|
|
<div id="footer">
|
|
<div id="footer">
|
|
- <div class="social-footer large-12 small-12 columns">
|
|
|
|
- <?php if ($wgForegroundFeatures['addThisFollowPUBID'] != '') { ?>
|
|
|
|
- <!-- Go to www.addthis.com/dashboard to customize your tools -->
|
|
|
|
- <div class="addthis_horizontal_follow_toolbox"></div>
|
|
|
|
- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<?php echo $wgForegroundFeatures['addThisFollowPUBID'];?>"></script>
|
|
|
|
|
|
+ <?php if ($wgForegroundFeatures['addThisFollowPUBID'] != '') { ?>
|
|
|
|
+ <div class="social-footer large-12 small-12 columns">
|
|
|
|
+ <div class="social-links">
|
|
|
|
+ <!-- Go to www.addthis.com/dashboard to customize your tools -->
|
|
|
|
+ <div class="addthis_horizontal_follow_toolbox"></div>
|
|
|
|
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<?php echo $wgForegroundFeatures['addThisFollowPUBID'];?>"></script>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<?php } ?>
|
|
<?php } ?>
|
|
- </div>
|
|
|
|
<div id="footer-left" class="<?php echo $footerLeftClass;?>">
|
|
<div id="footer-left" class="<?php echo $footerLeftClass;?>">
|
|
<ul id="footer-left">
|
|
<ul id="footer-left">
|
|
<?php foreach ( $this->getFooterLinks( "flat" ) as $key ) { ?>
|
|
<?php foreach ( $this->getFooterLinks( "flat" ) as $key ) { ?>
|