$n = $node->field_front_page_image[LANGUAGE_NONE][0];
$image_style = 'front_page_slider';
$classes = array('thumb');
$img = theme(
'image_style', array(
'style_name' => $image_style,
'path' => $n['uri'],
'alt' => $node->title,
'title' => $node->title,
'getsize' => TRUE,
'attributes' => array('class' => $classes)
)
);
Notice: Undefined index: und in include() (line 84 of path/sites/all/themes/invest/templates/nodes/node--front-page-slider.tpl.php).
$n = $node->field_front_page_image[LANGUAGE_NONE][0];