Authors as per #3123
[mediawiki.git] / skins / Amethyst.php
blob10877a732980e26934d356e4a212fd0c12577746
1 <?php
2 /**
3 * MonoBook nouveau
5 * Translated from gwicke's previous TAL template version to remove
6 * dependency on PHPTAL.
8 * @todo document
9 * @subpackage Skins
12 if( !defined( 'MEDIAWIKI' ) )
13 die();
15 /** Skin reuse monobook template */
16 require_once('MonoBook.php');
18 /**
19 * Inherit main code from SkinTemplate, set the CSS and template filter.
20 * @todo document
21 * @subpackage Skins
23 class SkinAmethyst extends SkinTemplate {
24 /** Using monobook. */
25 function initPage( &$out ) {
26 SkinTemplate::initPage( $out );
27 $this->skinname = 'amethyst';
28 $this->stylename = 'amethyst';
29 $this->template = 'MonobookTemplate';