Skip to content

Commit

Permalink
Merge pull request #16 from paladox/patch-1
Browse files Browse the repository at this point in the history
It is a skin not extension
  • Loading branch information
andru committed Jul 25, 2015
2 parents 8b6caa1 + 9d8750d commit 837974d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Booty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/


$GLOBALS['wgExtensionCredits']['parserhook'][] = array(
$GLOBALS['wgExtensionCredits']['skin'][] = array(
'name' => 'Booty',
'author' => 'Andru Vallance',
'description' => 'Booty is a modern mobile-first responsive MediaWiki theme built on Bootstrap 3. Designed primarily for ease of customisation to create new skins, but with an initial set of clean templates which can be used as-is. Using [[Extension:Skinny]] allows defining skin variations and options on a per-page basis for awesome skin customisation.',
Expand Down Expand Up @@ -42,4 +42,4 @@

Booty::init();

};
};

0 comments on commit 837974d

Please sign in to comment.