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, 3), 'posts_home_2' => array_slice($posts, 3, 2), 'posts_home_3' => array_slice($posts, 5, 3), // 'posts_home_4' => array_slice($posts, 10, 3), // 'posts_home_5' => array_slice($posts, 13, 1) )); parent::initContent(); } }