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

declare variable, fixing css for accordion ul class

This commit is contained in:
Tom Hutchison
2015-11-03 23:23:57 -05:00
parent 654a005aa8
commit dc8a290a52
3 changed files with 6 additions and 213 deletions

View File

@@ -74,6 +74,7 @@ class pivotTemplate extends BaseTemplate {
$body = str_replace($markers, $tags, $out);
break;
default:
$body = '';
break;
}
switch ($wgPivotFeatures['showFooterIcons']) {
@@ -235,7 +236,7 @@ class pivotTemplate extends BaseTemplate {
<div class="clear_both"></div>
<?php
switch ($wgPivotFeatures['usePivotTabs']) {
case 'true':
case true:
echo $body;
ob_flush();
break;