Skip to content

Instantly share code, notes, and snippets.

@fidelix
Created March 24, 2015 12:50
Show Gist options
  • Save fidelix/23f8e582de0e60781bcf to your computer and use it in GitHub Desktop.
Save fidelix/23f8e582de0e60781bcf to your computer and use it in GitHub Desktop.
elseif (arg(0) == 'node' && arg(1) == 28) {
$node_28_slider_menu_vars = &drupal_static('node_28_slider_menu_vars');
$variables['content']['node_28_slider_menu_vars'] = $node_28_slider_menu_vars['content'];
$variables['theme_hook_suggestions'][] = 'field_collection_item__field_carousel_slides__tips_and_tools';
drupal_add_js(drupal_get_path('theme', $GLOBALS['theme']) . '/scripts/he-modules/he-mobile-submenu-module.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment