Notice: Only variables should be passed by reference in invest_preprocess_page() (line 13 of path/sites/all/themes/invest/template.php).
function invest_preprocess_page(&$variables) {
$search_box = drupal_render(drupal_get_form('search_block_form')); // На эту строку
$variables['search_box'] = $search_box;
}
$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];