Jump to content

Création module - problème template


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...