Skip to content

Instantly share code, notes, and snippets.

@neilsmind
Created November 12, 2012 17:15
Show Gist options
  • Save neilsmind/4060597 to your computer and use it in GitHub Desktop.
Save neilsmind/4060597 to your computer and use it in GitHub Desktop.
function scan_preprocess_panels_pane(&$variables) {
if($variables['pane']->type == 'entity_field' && $variables['pane']->subtype == 'node:field_physical_address') {
watchdog('theme', 'I have a suggestion!');
$variables['theme_hook_suggestions'][] = 'panels-pane__address';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment