Reverting incompatible change requiring CSS updates.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Oct 2005 02:45:45 +0000 (02:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Oct 2005 02:45:45 +0000 (02:45 +0000)
(CSS is cached; incompatible changes must make special efforts to ensure
updates are forced.)

skins/MonoBook.php

index 3dd9e28..8696b4a 100644 (file)
@@ -85,7 +85,6 @@ class MonoBookTemplate extends QuickTemplate {
            <div id="contentSub"><?php $this->html('subtitle') ?></div>
            <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php     $this->html('undelete') ?></div><?php } ?>
            <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk')  ?></div><?php } ?>
-           <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>
            <!-- start content -->
            <?php $this->html('bodytext') ?>
            <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php       $this->html('catlinks') ?></div><?php } ?>