kinetic-2.0.x-dev/includes/node.theme.inc
includes/node.theme.inc
<?php
/**
* @file
* node.theme
*/
/**
* Implements hook_theme_suggestions_HOOK_alter().
*/
function kinetic_theme_suggestions_node_alter(array &$suggestions, array $variables) {
// Determine if we need to include $node . '__' . $bundle in the suggestions.
// Previously this suggestion was only working when full node page was rendered.
}
