context->language->id); $editos = CmsPsEdito::search($query, 15, $this->context->language->id); $this->context->smarty->assign(array( 'posts' => $posts, 'editos' => $editos, 'test' => 'test' )); } } }