geo477 Posted May 30, 2016 Share Posted May 30, 2016 Bonjour à tous, J'aimerais ajouter un fomulaire en dessous d'une page CMS en particulier. Pour cela, j'ai ajouté ce code : <div class="rte{if $content_only} content_only{/if}"> {$cms->content} </div> {if (Tools::getValue('id_cms') == 9)} {* Placer le formulaire ici *} {/if} {hook h='customCMS'} J'ai également ajouté ce hook dans la table Hook : Que dois-je faire d'autre ? Je ne vois pas le Hook dans la liste des hooks dans le backoffice. Merci pour votre aide Link to comment Share on other sites More sharing options...
geo477 Posted May 31, 2016 Author Share Posted May 31, 2016 Quelle est la page a appeler d'après vous ? 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