PixelBBW 0 Posted January 7, 2013 Hello, I am creating a theme prestashop. I have a question I'd like to display a module in the page directly in the code (without placing the position of my module in the admin). I would like it (but Prestashop language): print_r (mymodule); echo "mymodule"; I do not want to create or hook_top hook_footer or hook_mymodule ... just show my module ... Thank you! -------- En français : Bonjour, je suis entrain de créer un thème prestashop. J'ai une question, j'aimerai afficher un module dans la page directement dans le code (sans placer la position de mon module dans l'admin). Je voudrais ça (mais en langage Prestashop) : print_r(mymodule); echo "mymodule"; Je ne veux pas créer de hook_top ou hook_footer ou hook_mymodule... juste afficher mon module... Merci ! Share this post Link to post Share on other sites