Active
Project:
Hatch
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2014 at 21:34 UTC
Updated:
31 Jan 2014 at 21:34 UTC
In hatch_preprocess_node():
$variables['view_mode'] = 'teaser';
$variables['common_pages'] = '';
$variables['page'] = TRUE;
Surely this breaks anything that you might set elsewhere to do with node view mode?