Created
May 23, 2021 18:39
-
-
Save frankyonnetti/5e34452f06e6267740e8161924deaa74 to your computer and use it in GitHub Desktop.
Drupal7--if-node-type-in-PAGE.tpl.php #drupal7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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