From 3cf4f85208972fdda1c38e03ed8559088cd0c704 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 25 Oct 2009 14:49:39 +0100 Subject: remove ads plugin --- extensions/ArchLinuxAds.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 extensions/ArchLinuxAds.php diff --git a/extensions/ArchLinuxAds.php b/extensions/ArchLinuxAds.php deleted file mode 100644 index f95288da..00000000 --- a/extensions/ArchLinuxAds.php +++ /dev/null @@ -1,37 +0,0 @@ - 'ArchLinuxAds', - 'version' => '1.0', - 'description' => 'Display ads on wiki.archlinux.org', - 'author' => 'Pierre Schmitz', - 'url' => 'http://www.archlinux.org' -); - -$wgHooks['SkinAfterBottomScripts'][] = 'ArchLinuxAds::addAds'; - - -class ArchLinuxAds { - -public static function addAds($skin, $text) { - $text .= '
- - -
'; - - return true; -} - -} - -?> -- cgit v1.2.2