Difference between revisions of "MediaWiki:MonoBook.php"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<head> | <head> | ||
− | <?php if(!$this->data['loggedin']) { ?> | + | |
+ | <?php if(!$this->data['loggedin']) { ?> | ||
<style> | <style> | ||
− | li#ca-history{ display: none; } | + | li#ca-history { display: none; } |
</style> | </style> | ||
− | <?php } ?> | + | <?php } ?> |
+ | |||
</head> | </head> |
Latest revision as of 19:40, 5 January 2011
<head>
<?php if(!$this->data['loggedin']) { ?> <style> li#ca-history { display: none; } </style> <?php } ?>
</head>