Lewis Cawte has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/155770

Change subject: Add extension credits.
......................................................................

Add extension credits.

Change-Id: Id6aeebad3b1987761d9ec6d05ac6a7cb7c43a8d8
---
M Schulenburg.php
1 file changed, 21 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Schulenburg 
refs/changes/70/155770/1

diff --git a/Schulenburg.php b/Schulenburg.php
index 38e455c..9f3e35c 100644
--- a/Schulenburg.php
+++ b/Schulenburg.php
@@ -1,7 +1,26 @@
 <?php
+/**
+ * Schulenburg skin.
+ *
+ * @file
+ * @ingroup Skins
+ * @author Tim Starling
+ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
+ *
+ * To install place the Schulenburg folder (the folder containing this file!) 
into
+ * skins/ and add this line to your wiki's LocalSettings.php:
+ * require_once("$IP/skins/Schulenburg/Schulenburg.php");
+ */
+
+$wgExtensionCredits['skin'][] = array(
+       'path' => __FILE__,
+       'name' => 'Schulenburg',
+       'author' => 'Tim Starling',
+       'description' => 'Schulenburg',
+       'url' => 'https://www.mediawiki.org/wiki/Skin:Schulenburg',
+);
 
 $wgValidSkinNames['schulenburg'] = 'Schulenburg';
 $wgSkipSkins[] = 'schulenburg';
 $wgSchulenburgSkinPath = false;
-$wgAutoloadClasses['SkinSchulenburg'] = __DIR__ . '/Schulenburg.class.php';
-
+$wgAutoloadClasses['SkinSchulenburg'] = __DIR__ . '/Schulenburg.class.php';
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/155770
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6aeebad3b1987761d9ec6d05ac6a7cb7c43a8d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Schulenburg
Gerrit-Branch: master
Gerrit-Owner: Lewis Cawte <le...@lewiscawte.me>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to