Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function mytheme_preprocess_node(&$vars)
  2. function mytheme_views_pre_render(&$view)
  3.  
  4. Example:
  5. function mytheme_preprocess_node(&$vars) {
  6. if some field has option 1 selected
  7. }
  8. AND
  9. function mytheme_views_pre_render(&$view) {
  10. if a view is empty { attach alternative view}
  11. }
Add Comment
Please, Sign In to add comment