PixelBBW Posted January 7, 2013 Share 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 ! 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