language->id; $edito = CmsPsEdito::getLast($id_lang); $posts = CmsPsPost::getPostHome($id_lang); $this->context->smarty->assign(array( 'edito' => $edito, 'posts_home_1' => array_slice($posts, 0, 4), 'posts_home_2' => array_slice($posts, 4, 3), 'posts_home_3' => array_slice($posts, 7, 3), 'posts_home_4' => $posts )); parent::initContent(); } }