On 3/24/2010 6:13 PM, Makelesi Kora-Gonelevu wrote:
Hi sorry here it is:
<!-- No [view source] tab for anonymous users -->
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style> #ca-viewsource { display: none !important; } </style> <?php } ?>
[[MediaWiki:Common.css]] is for CSS only, you can't put PHP code in it and expect it to be interpreted.