From: Antoine Musso Date: Fri, 3 Sep 2004 21:02:18 +0000 (+0000) Subject: Skins classes under their own phpdocumentor subpackage: "Skins" X-Git-Tag: 1.5.0alpha1~2130 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=b89965cded3205280eb659843a2baa5d0bcc1f3d;p=lhc%2Fweb%2Fwiklou.git Skins classes under their own phpdocumentor subpackage: "Skins" --- diff --git a/skins/Chick.php b/skins/Chick.php index 729d59e4d0..f3e06f3775 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -1,7 +1,23 @@ \n
"; @@ -44,8 +52,7 @@ class SkinNostalgia extends Skin { return $s; } - function topLinks() - { + function topLinks() { global $wgOut, $wgUser; $sep = " |\n"; @@ -66,8 +73,7 @@ class SkinNostalgia extends Skin { return $s; } - function doAfterContent() - { + function doAfterContent() { global $wgUser, $wgOut; $s = "\n

\n"; diff --git a/skins/Standard.php b/skins/Standard.php index ba367a370d..3c9d368437 100644 --- a/skins/Standard.php +++ b/skins/Standard.php @@ -1,10 +1,23 @@ qbSetting() ) { # Floating left @@ -27,8 +42,10 @@ class SkinStandard extends Skin { return $s; } - function doGetUserStyles() - { + /** + * + */ + function doGetUserStyles() { global $wgUser, $wgOut, $wgStylePath; $s = parent::doGetUserStyles(); @@ -46,8 +63,10 @@ class SkinStandard extends Skin { return $s; } - function getBodyOptions() - { + /** + * + */ + function getBodyOptions() { $a = parent::getBodyOptions(); if ( 3 == $this->qbSetting() ) { # Floating left diff --git a/skins/WikimediaWiki.php b/skins/WikimediaWiki.php index 9f4f2d6231..760e1ace15 100644 --- a/skins/WikimediaWiki.php +++ b/skins/WikimediaWiki.php @@ -1,6 +1,13 @@