Tag: files

  • Drupal template suggestions

    Drupal template suggestions

    To find out possibilities for naming template files add following line to related template hook in your template.php eg THEME_preprocess_HOOK(): print_r($variables[‘theme_hook_suggestions’]); Some hooks to look at _html, _page, _node, _block, _pane, _views_view_field, _comment, _search_result, _search_results, _user_profile.