Theming Node Teaser
Include in the template.php file this function:
function THEMENAME_preprocess_node (&$variables) {
$variables['theme_hook_suggestions'][] = 'node__' . $variables['type'] . '__' . $variables['view_mode'];
}Now the node--CONTENTTYPE--teaser.php works!
code type:
