diff --git a/Pivot.skin.php b/Pivot.skin.php
index 617737a..0575e7d 100644
--- a/Pivot.skin.php
+++ b/Pivot.skin.php
@@ -45,7 +45,7 @@ class Skinpivot extends SkinTemplate {
$out->addModuleStyles('skins.pivot');
}
- public function initPage( OutputPage $out ) {
+ public function initPage(OutputPage $out) {
global $wgLocalStylePath;
parent::initPage($out);
@@ -69,8 +69,8 @@ class pivotTemplate extends BaseTemplate {
$this->html('bodytext');
$out = ob_get_contents();
ob_end_clean();
- $markers = array("<a", "</a", ">");
- $tags = array("");
+ $markers = array("<a", "</a", ">");
+ $tags = array("");
$body = str_replace($markers, $tags, $out);
break;
default:
@@ -79,14 +79,10 @@ class pivotTemplate extends BaseTemplate {
}
switch ($wgPivotFeatures['showFooterIcons']) {
case true:
- $footerLeftClass = 'small-12 medium-8 large-9 columns';
- $footerRightClass = 'small-12 medium-4 large-3 columns';
$poweredbyType = "icononly";
$poweredbyMakeType = 'withImage';
break;
default:
- $footerLeftClass = 'small-12 medium-8 large-9 columns';
- $footerRightClass = 'small-12 medium-4 large-3 columns';
$poweredbyType = "nocopyright";
$poweredbyMakeType = 'withoutImage';
break;
@@ -96,7 +92,7 @@ class pivotTemplate extends BaseTemplate {
- ";?>
+ "; ?>
- ";?>
+ "; ?>