Advertisement
C13L0

Untitled

Jun 18th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. function YOURTHEMENAME_preprocess_page(&$vars) {
  4.  
  5. // Hide front page title
  6. if ($vars['is_front']) {
  7. $vars['title'] = '';
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement