context->link->getVideosLink()); } public function init() { parent::init(); } public function initContent() { parent::initContent(); $id_lang = Context::getContext()->language->id; $articles = CmsPsPost::getVideoPost($id_lang, 999); $this->context->smarty->assign(array( 'articles' => $articles )); $this->setTemplate(_PS_THEME_DIR_.'videos.tpl'); } }