<?php
/**
* SkinMinervaBeta.php
*/
/**
* Beta-Implementation of stable class SkinMinerva
*/
class SkinMinervaBeta extends SkinMinerva {
/** @var string $template Name of this template */
public $template = 'MinervaTemplate';
/** @var string $mode Describes 'stability' of the skin - beta, stable */
protected $mode = 'beta';
}