1 028
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 29 : | Ligne 29 : | ||
} ); | } ); | ||
/** | |||
$wgHooks['BeforePageDisplay'][] = function( $out, $skin ) { | $wgHooks['BeforePageDisplay'][] = function( $out, $skin ) { | ||
$title = Title::newFromText( 'SidebarTree', NS_MEDIAWIKI ); | $title = Title::newFromText( 'SidebarTree', NS_MEDIAWIKI ); | ||
Ligne 43 : | Ligne 43 : | ||
tree.remove(); | tree.remove(); | ||
}); | }); | ||
**/ |
modifications