Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php if(!$node->field_notes[0]['value']): ?>
  2.     <li><strong>Notes: </strong><?php print $node->field_notes[0]['value']; ?></li>
  3. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement