You are here

function template_preprocess_views_attach_display_node_content_view in Views attach 7.2

Same name and namespace in other branches
  1. 6.2 views_attach.theme.inc \template_preprocess_views_attach_display_node_content_view()

File

./views_attach.theme.inc, line 14
Preprocess handlers for theme functions

Code

function template_preprocess_views_attach_display_node_content_view(&$vars) {
  _template_preprocess_views_attach_display_view($vars);
}