Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function starwood_theme_preprocess_panels_pane(&$vars){
  2.  
  3. if(isset($vars['content']['#bundle'])){
  4. $vars['theme_hook_suggestions'][] = 'panels_pane__fieldable_panels_pane__'.$vars['content']['#bundle'];
  5. }
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement