You are here

function spaces_casetracker_views_post_view in Spaces 5.2

Same name and namespace in other branches
  1. 5 spaces_casetracker/spaces_casetracker.module \spaces_casetracker_views_post_view()

Implementation of hook_views_post_view()

File

spaces_casetracker/spaces_casetracker.module, line 262

Code

function spaces_casetracker_views_post_view(&$view) {
  if ($view->build_type == 'page' && in_array($view->name, _spaces_casetracker_views())) {
    context_set('theme', 'layout', 'wide');
  }
}