You are here

function gathercontent_views_default_views_alter in GatherContent 7.3

Implements hook_views_default_views_alter().

File

views/gathercontent.views_default.inc, line 834

Code

function gathercontent_views_default_views_alter(&$views) {
  $handler =& $views['mapping']->display['default']->handler;
  $handler->display->display_options['style_options']['default'] = 'gathercontent_project';
}