summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/ArchLinux.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php
index a39cc5c9..53d553e7 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;
+ global $wgRequest, $wgArchNavBar, $wgArchNavBarSelected, $wgAds;
$this->skin = $skin = $this->data['skin'];
$action = $wgRequest->getText( 'action' );
@@ -128,6 +128,7 @@ class ArchLinuxTemplate extends QuickTemplate {
?>
</ul>
</div>
+ <?php if (isset($wgAds)) {echo $wgAds;} ?>
<div id="subnav_bar"></div>
<?php } ?>