diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/ArchLinux.php | 3 |
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 } ?> |