Skip to content

Instantly share code, notes, and snippets.

@minitech
Created August 10, 2012 14:50
Show Gist options
  • Save minitech/3314755 to your computer and use it in GitHub Desktop.
Save minitech/3314755 to your computer and use it in GitHub Desktop.
I never even thought to do this before

Globals, schmobals.

<?php function header($navigation) { ?>
<header id="header">
    Some amazing title
</header>

<?php $navigation(); ?>
<?php } ?>
@brian-hannay
Copy link

Isn't header a php built-in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment