Moved non-working skins to "disabled" subdirectory
[lhc/web/wiklou.git] / skins / disabled / Amethyst.php
1 <?php
2 /**
3 * Amethyst skin
4 * Original design by Sorkhiri and Sorwena members of the EverQuest
5 * <Amethyst> guild
6 * Ported to MediaWiki by Ashar Voultoiz
7 *
8 * See skin.doc for documentation
9 *
10 * @todo document
11 * @package MediaWiki
12 * @subpackage Skins
13 */
14
15 /** */
16 if ($wgUsePHPTal) {
17 require_once('includes/SkinPHPTal.php');
18
19 /**
20 * See skin.doc
21 *
22 * @todo document
23 * @package MediaWiki
24 * @subpackage Skins
25 */
26 class SkinAmethyst extends SkinPHPTal {
27 function initPage( &$out ) {
28 SkinPHPTal::initPage( $out );
29 $this->skinname = 'amethyst';
30 $this->stylename = 'amethyst';
31 $this->template = 'Amethyst';
32 }
33 }
34
35 }
36 ?>