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.

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to