You are here

function template_preprocess_views_attach_display_profile_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_profile_view()

File

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

Code

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