assign('product_name', $product_name); $smarty->assign('small_product_info', st_get_component('stProduct', 'smallProductInfo', array('product_id'=>$product_id, 'product' => $product))); $smarty->assign('back_to_product', link_to(__('powrót do produktu'), 'product/show?id='.$product_id)); $smarty->display('question_send.html'); ?>