summaryrefslogtreecommitdiff
path: root/skins/Simple.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Simple.php')
-rw-r--r--skins/Simple.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/skins/Simple.php b/skins/Simple.php
index b61b6a94..db64e48b 100644
--- a/skins/Simple.php
+++ b/skins/Simple.php
@@ -1,9 +1,10 @@
<?php
/**
- * See skin.txt
+ * See docs/skin.txt
*
* @todo document
- * @addtogroup Skins
+ * @file
+ * @ingroup Skins
*/
if( !defined( 'MEDIAWIKI' ) )
@@ -14,7 +15,7 @@ require_once( dirname(__FILE__) . '/MonoBook.php' );
/**
* @todo document
- * @addtogroup Skins
+ * @ingroup Skins
*/
class SkinSimple extends SkinTemplate {
function initPage( &$out ) {
@@ -22,6 +23,7 @@ class SkinSimple extends SkinTemplate {
$this->skinname = 'simple';
$this->stylename = 'simple';
$this->template = 'MonoBookTemplate';
+ $this->cssfiles = array( 'rtl' );
}
function reallyDoGetUserStyles() {