diff --git a/Pivot.skin.php b/Pivot.skin.php index 5dc8a93..815d468 100644 --- a/Pivot.skin.php +++ b/Pivot.skin.php @@ -16,15 +16,17 @@ class Skinpivot extends SkinTemplate { global $wgPivotFeatures; $wgPivotFeaturesDefaults = array( 'showActionsForAnon' => true, - 'NavWrapperType' => '0', + 'fixedNavBar' => false, 'showHelpUnderTools' => true, 'showRecentChangesUnderTools' => true, 'wikiName' => &$GLOBALS['wgSitename'], 'wikiNameDesktop' => &$GLOBALS['wgSitename'], - 'navbarIcon' => false, + 'navbarIcon' => true, 'IeEdgeCode' => 1, - 'showFooterIcons' => 0, - 'addThisFollowPUBID' => '' + 'showFooterIcons' => false, + 'addThisPUBID' => '', + 'useAddThisShare' => false, + 'useAddThisFollow' => false ); foreach ($wgPivotFeaturesDefaults as $fgOption => $fgOptionValue) { if ( !isset($wgPivotFeatures[$fgOption]) ) { @@ -61,16 +63,6 @@ class pivotTemplate extends BaseTemplate { global $wgPivotFeatures; wfSuppressWarnings(); $this->html('headelement'); - switch ($wgPivotFeatures['NavWrapperType']) { - case '0': - break; - case 'divonly': - echo "