Developer only stylesheet


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if ($GLOBALS['user']->uid == 1): ?>
  2. <style type="text/css" media="screen">
  3. @import url(/<?php print $directory ?>/style-dev.css);
  4. </style>
  5. <?php endif ?>
  6.  

Report this snippet


Comments


You need to login to view comments.