summaryrefslogtreecommitdiff
path: root/skins/ArchLinux.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 23:17:54 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 23:17:54 +0200
commit9f38be46358e62f33ae2c556269a0223963edc26 (patch)
tree85900d9fcbef998787419486db3c7c27fb5f3851 /skins/ArchLinux.php
parent28e0141d1be2df023bd0544886189aaf07508188 (diff)
implement ads for archlinux.org as plugin
Diffstat (limited to 'skins/ArchLinux.php')
-rw-r--r--skins/ArchLinux.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php
index 260f8039..cd0fecfe 100644
--- a/skins/ArchLinux.php
+++ b/skins/ArchLinux.php
@@ -60,7 +60,7 @@ class ArchLinuxTemplate extends QuickTemplate {
* @access private
*/
function execute() {
- global $wgRequest, $wgArchNavBar, $wgArchNavBarSelected, $wgAds;
+ global $wgRequest, $wgArchNavBar, $wgArchNavBarSelected;
$this->skin = $skin = $this->data['skin'];
$action = $wgRequest->getText( 'action' );
@@ -129,7 +129,6 @@ class ArchLinuxTemplate extends QuickTemplate {
?>
</ul>
</div>
- <?php if (isset($wgAds)) {echo $wgAds;} ?>
<div id="subnav_bar"></div>
<?php } ?>