MediaWiki:Common.css
Revision as of 10:53, 15 August 2017 by Joceil.infante (talk | contribs)
<!-- No [history] tab for users who can not edit -->
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
<style type="text/css">
#ca-history { display: none !important; }
</style>
<?php } ?>