Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function template_preprocess_image(&$vars) {
  2.  
  3. if($vars['style_name'] == 'thumbnail'){
  4. $vars['attributes']['class'][]='';
  5. unset($vars['attributes']['class']);
  6. $vars['attributes']['class'][] = 'media-object';
  7. }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement