3 * MySkin: Monobook without the CSS. The idea is that you
4 * customise it using user or site CSS
10 if( !defined( 'MEDIAWIKI' ) )
14 * Inherit main code from SkinTemplate, set the CSS and template filter.
17 class SkinMySkin
extends SkinTemplate
{
18 var $skinname = 'myskin', $stylename = 'myskin',
19 $template = 'MonoBookTemplate', $useHeadElement = true;