1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-25 15:37:37 +02:00

Pivot will only support MW version 1.23 >, remove lang shim

This commit is contained in:
Tom Hutchison
2015-11-04 14:24:05 -05:00
parent a98d04e3ac
commit c0ac4549ad
4 changed files with 17 additions and 40 deletions

View File

@@ -212,8 +212,9 @@ class pivotTemplate extends BaseTemplate {
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<?php } ?>
<?php if ( $this->data['isarticle'] ) { ?><h3 id="tagline"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
<h5 class="subtitle"><?php $this->html('subtitle') ?></h5>
<div class="clear_both"></div>
<h5 id="sitesub" class="subtitle"><?php $this->html('subtitle') ?></h5>
<div id="contentSub" class="clear_both"></div>
<div id="bodyContent" class="mw-bodytext">
<?php
switch ($wgPivotFeatures['usePivotTabs']) {
case true:
@@ -225,6 +226,8 @@ class pivotTemplate extends BaseTemplate {
break;
}
?>
<div class="clear_both"></div>
</div>
<div id="categories" class="row">
<div class="small-12 columns">
<div class="group"><?php $this->html('catlinks'); ?></div>