Difference between revisions of "MediaWiki:MonoBook.php"

From BroaDWcast
Jump to navigationJump to search
(Created page with "<?php if(!$this->data['loggedin']) { ?> <style> li#ca-history{ display: none; } </style> <?php } ?>")
(No difference)

Revision as of 23:42, 9 December 2010

<?php if(!$this->data['loggedin']) { ?>

     <style>
       li#ca-history{ display: none; }
     </style>

<?php } ?>