Horld3n Posted October 11, 2018 Share Posted October 11, 2018 (edited) Bonjour, J'ai suivi le tutoriel prestashop concernant la création d'un premier module mais je me confronte à un problème. Je souhaite afficher des images à l'intérieur de la page créé par mon module. J'ai d'abord pensé à faire comme pour le CSS/JS : $this->context->controller->addJS($this->_path.'js/mymodule.js', 'all'); Mais je n'ai pas trouvé un équivalent pour les images. Quel code mettre pour afficher une image ? Tutoriel que j'ai suivi : http://doc.prestashop.com/display/PS16/Displaying+content+on+the+front+office Edited October 11, 2018 by Horld3n Ajout lien (see edit history) Link to comment Share on other sites More sharing options...
Horld3n Posted October 12, 2018 Author Share Posted October 12, 2018 Résolu : <img src="{$modules_dir}mymodule/cube.png"> 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