1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-09-21 05:11:35 +02:00

one of the defaults set wrong

This commit is contained in:
Tom Hutchison 2015-10-03 19:49:50 -04:00
parent d12e611571
commit c7887308c0

View File

@ -21,7 +21,7 @@ class Skinpivot extends SkinTemplate {
'showRecentChangesUnderTools' => true, 'showRecentChangesUnderTools' => true,
'wikiName' => &$GLOBALS['wgSitename'], 'wikiName' => &$GLOBALS['wgSitename'],
'wikiNameDesktop' => &$GLOBALS['wgSitename'], 'wikiNameDesktop' => &$GLOBALS['wgSitename'],
'navbarIcon' => true, 'navbarIcon' => false,
'IeEdgeCode' => 1, 'IeEdgeCode' => 1,
'showFooterIcons' => false, 'showFooterIcons' => false,
'addThisPUBID' => '', 'addThisPUBID' => '',