Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created February 16, 2012 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjbell/1844189 to your computer and use it in GitHub Desktop.
Save cjbell/1844189 to your computer and use it in GitHub Desktop.
<?php
if(!empty($page->page_headline)){
?>
<h1><?= $page->page_headline ?></h1>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment