m |
m |
||
Line 40: | Line 40: | ||
This will set the width of your site to 900px. This can be replaced with the proper value for each particular site. | This will set the width of your site to 900px. This can be replaced with the proper value for each particular site. | ||
− | Note: replace 'your_skin' with your actual skin name (e.g. MonoBook) | + | |
+ | ''Note:''' replace 'your_skin' with your actual skin name (e.g. MonoBook) | ||
Another example is how to remove/hide the toolbox. By default the mediawiki sites have two blocks called 'navigation' and 'toolbar'. Numerous forums are dedicated to the issue with toolbar removal. You are the luckiest as I will provide you with fast and simple solution. | Another example is how to remove/hide the toolbox. By default the mediawiki sites have two blocks called 'navigation' and 'toolbar'. Numerous forums are dedicated to the issue with toolbar removal. You are the luckiest as I will provide you with fast and simple solution. | ||
Line 52: | Line 53: | ||
if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true; | if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true; | ||
− | Note: replace 'your_skin' with your actual skin name (e.g. MonoBook.php) | + | '''Note: replace 'your_skin' with your actual skin name (e.g. MonoBook.php)''' |
That's it! Quite easy, isn't it? | That's it! Quite easy, isn't it? |