Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created April 16, 2012 13:41
Show Gist options
  • Save lolmaus/2398899 to your computer and use it in GitHub Desktop.
Save lolmaus/2398899 to your computer and use it in GitHub Desktop.
<?php if ($is_front): ?>
<?php print render($page['content_front']); ?>
<?php elseif ($page['content']): ?>
<?php print render($page['content']); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment