Last active
May 22, 2021 19:22
-
-
Save frankyonnetti/5944749 to your computer and use it in GitHub Desktop.
Drupal 7 - check if node->type #drupal #d7
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 ($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