We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee6b82 commit b8b19eeCopy full SHA for b8b19ee
LocalSettings.d/base/Skin.php
@@ -50,6 +50,7 @@
50
};
51
52
# Hide SearchBar and New Item button for anonymous users
53
+/*
54
$wgHooks['BeforePageDisplay'][] = function( $out, $skin ) {
55
if ( !$out->getUser()->isRegistered() ) {
56
$out->addInlineStyle( '
@@ -61,6 +62,7 @@
61
62
' );
63
}
64
65
+*/
66
67
# https://github.com/ProfessionalWiki/MardiSkin
68
wfLoadExtension( 'Bootstrap' );
0 commit comments