Jump to content

creazione modulo con admin controller


Dottor M

Recommended Posts

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

 

 

post-929343-0-05735700-1423478480_thumb.png

post-929343-0-77415400-1423478857_thumb.png

Edited by Dottor M (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...