MediaWiki:Common.css: Difference between revisions

From Marinelexicon
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
$wgHooks['SkinTemplateNavigation'][] = 'replaceTabs';
function replaceTabs( $skin, &$links) { 
        unset( $links['namespaces']['talk'] ); // Remove the talk action
        return true;
}

Revision as of 14:05, 9 February 2021

/* CSS placed here will be applied to all skins */