Guest User

Untitled

a guest
Jul 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php function drupal_is_front_page() {?> <h1>TEST</h1> <?php } ?>
  2.  
  3. <?php
  4. if (drupal_is_front_page()) {
  5. ?><h1>Test</h1><?php
  6. }
  7. ?>
  8.  
  9. <?php if(drupal_is_front_page()): ?>
  10. <h1>TEST</h1>
  11. <?php endif; ?>
Add Comment
Please, Sign In to add comment