MediaWiki:Common.css

From flowpedia.com
Revision as of 10:53, 15 August 2017 by Joceil.infante (talk | contribs)
Jump to: navigation, search
<!-- 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 } ?>