Index: trunk/extensions/skins/Daddio/Daddio.class.php |
— | — | @@ -99,8 +99,6 @@ |
100 | 100 | <?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?> |
101 | 101 | |
102 | 102 | <?php $this->html('bodytext') ?> |
103 | | - <?php if(isset($this->data['printfooter'])) { ?><div class="printfooter"><?php $this->html('printfooter'); ?></div><?php } ?> |
104 | | - <?php if(isset($this->data['debughtml'])) { $this->html('debughtml'); } ?> |
105 | 103 | <div class='mw_clear'></div> |
106 | 104 | <?php if($this->data['catlinks']) { $this->html('catlinks'); } ?> |
107 | 105 | <?php $this->html('dataAfterContent') ?> |