Created
March 24, 2015 12:50
-
-
Save fidelix/23f8e582de0e60781bcf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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