1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-11-24 03:19:02 +01:00

Another undeclared found and removed

This commit is contained in:
Tom Hutchison 2015-11-03 22:04:49 -05:00
parent 67fc8847a3
commit c882f56992

View File

@ -92,7 +92,7 @@ class pivotTemplate extends BaseTemplate {
} }
?> ?>
<!-- START FOREGROUNDTEMPLATE --> <!-- START PIVOTTEMPLATE -->
<div class="off-canvas-wrap docs-wrap" data-offcanvas=""> <div class="off-canvas-wrap docs-wrap" data-offcanvas="">
<div class="inner-wrap"> <div class="inner-wrap">
<?php if ($wgPivotFeatures['fixedNavBar'] != false) echo "<div class='fixed'>";?> <?php if ($wgPivotFeatures['fixedNavBar'] != false) echo "<div class='fixed'>";?>
@ -297,7 +297,7 @@ class pivotTemplate extends BaseTemplate {
<?php $this->printTrail(); ?> <?php $this->printTrail(); ?>
<?php if ($wgPivotFeatures['addThisFollowPUBID'] != '') { ?> <?php if ($wgPivotFeatures['addThisFollowPUBID'] != '') { ?>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<?php echo $wgForegroundFeatures['addThisPUBID'];?>" async="async">></script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<?php echo $wgPivotFeatures['addThisPUBID'];?>" async="async">></script>
<?php } ?> <?php } ?>
</body> </body>
</html> </html>