alexandrieb Posted August 1, 2017 Share Posted August 1, 2017 Bonjour, Je reçois ce message d'erreur lorsque je veux faire valider mon module par l'équipe add-ons (je précise que ce message est un message automatique). The use of smarty templates is mandatory to display HTML. Your PHP code should not contain HTML. Mon tpl ne contient qu'un script avec bien entendu des variables smarty qui compose se script. Avez-vous une idée? Link to comment Share on other sites More sharing options...
Eolia Posted August 1, 2017 Share Posted August 1, 2017 Ben le message ne parle pas de tpl mais dit que vous devez utiliser Smarty pour afficher du contenu et en aucun cas php avec des balises html à l'intérieur Link to comment Share on other sites More sharing options...
alexandrieb Posted August 1, 2017 Author Share Posted August 1, 2017 mon tpl contient juste <script> create('{$content_dir|escape:'htmlall':'UTF-8'}modules/monmodule/views/img/{$name|escape:'htmlall':'UTF-8'}_[number]_{$id|escape:'htmlall':'UTF-8'}_{$id_shop|escape:'htmlall':'UTF-8'}', 200,{$size}); </script> Link to comment Share on other sites More sharing options...
Eolia Posted August 1, 2017 Share Posted August 1, 2017 Allo ? Je parle de php, pas de tpl^^ Le message dit bien: Your PHP code should not contain HTML. Link to comment Share on other sites More sharing options...
alexandrieb Posted August 1, 2017 Author Share Posted August 1, 2017 j'ai juste cela en html array( 'type' => 'html', 'label' => $this->l('Maximum size'), 'name' => 'SIZE', 'required' => true, 'html_content' => '<input type="number" class="fixed-width-xl" min="10" max="90" onchange="changeSize();" id="SIZE" name="SIZE" value="'.Tools::getValue('SIZE', Configuration::get('SIZE')).'">' ), Link to comment Share on other sites More sharing options...
Eolia Posted August 1, 2017 Share Posted August 1, 2017 Ben vous avez là réponse, si vous voulez respecter leurs standard il ne doit pas y en avoir à cette ligne 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