Skip to content

Instantly share code, notes, and snippets.

@supakornkim
Created May 21, 2020 07:54
Show Gist options
  • Save supakornkim/4a14e8ed4a088e664fc299c8a97926c4 to your computer and use it in GitHub Desktop.
Save supakornkim/4a14e8ed4a088e664fc299c8a97926c4 to your computer and use it in GitHub Desktop.
<?php print render($page['navigation']); ?>
<?php print render($page['highlighted']); ?>
<?php if(drupal_is_front_page())
{
unset($page['content']['system_main']['default_message']);
}
print render($page['content']);
?>
<?php print render($page['footer']); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment