Skip to content

Instantly share code, notes, and snippets.

@benthebear
Created November 27, 2009 11:31
Show Gist options
  • Save benthebear/243967 to your computer and use it in GitHub Desktop.
Save benthebear/243967 to your computer and use it in GitHub Desktop.
<?php if($page and $node->field_css[0]["value"]){?>
<style type="text/css">
<?=$node->field_css[0]["value"]?>
</style>
<?}?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment