Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frankyonnetti/5e34452f06e6267740e8161924deaa74 to your computer and use it in GitHub Desktop.
Save frankyonnetti/5e34452f06e6267740e8161924deaa74 to your computer and use it in GitHub Desktop.
Drupal7--if-node-type-in-PAGE.tpl.php #drupal7
<?php if (!empty($node) && $node->type == 'content_type_name'): ?>
Do something...
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment