Dottor M Posted February 9, 2015 Share Posted February 9, 2015 (edited) sono alle prese con la realizzazione di un modulo admin per prestashop. sto provando a settare un template, usando questo codice: public function initContent(){ parent::initContent(); $this->context->smarty->assign('test', 'prova111'); return $this->context->smarty->display(_PS_MODULE_DIR_.'exportproducts/views/templates/admin/display.tpl'); } il problema è che NON mi stampa il contenuto di display.tpl dove vorrei, ovvero nel "body" della pagina linko uno screenshot per capire meglio; nella seconda immagine c'è il contenuto della pagina in html: il contenuto del file display.tpl me lo mette subito dopo il tag </head> grazie, Andrea Edited February 9, 2015 by Dottor M (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now