Guest User

Untitled

a guest
Jul 31st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function dtv_preprocess_node(&$vars) {
  2. // Determine if the user is auth'd
  3. if (user_is_logged_in()) {
  4. // Add a theme hook suggestion.
  5. $vars['theme_hook_suggestions'][] = 'node__youtube_media__auth';
  6. }
  7. }
  8.  
  9. node--youtube_mdedia.tpl.php
  10.  
  11. node--youtube_media_auth.tpl.php
Add Comment
Please, Sign In to add comment