valou1976 Posted April 12, 2013 Share Posted April 12, 2013 Bonjour à tous, Je suis nouvelle sur le forum et m'initie à Prestashop 1.4.10. J'ai installer le module sendtoafriend (chemin : modules/sendtoafriend). J'ai mon .tpl à cet endroit et j'ai ajouté un div dans ce fichier qui entoure le code : <div id="sendtoafriend_block_center" class="sendtoafriend_block"> J'ai créér un répertoire sendtoafriend dans themes/css/modules/ Dans ce répertoire j'ai crée une fichier css qui contient /* Block sendafriend */ .sendtoafriend_block { margin-bottom: 2em } .sendtoafriend_block.h1 { background: #000000; padding: 0; margin-bottom: 1em; color: #FFFFFF } Dans le fichier sendtoafriend.php, j'ai ajouté le code suivant : /* ajout du css de presentation pour ce module */ public function hookHeader() { Tools::addCSS(($this->_path).'sendtoafriend.css', 'all'); } Est-ce que j'ai mal compris comment cela marche ? Je me suis inspiré du module editorial pour comprendre. Merci de votre aide Je n'ai pas trouvé de sujet qui traite ce type de problème enfin avec les différents mots clés que j'ai mis. Merci d'avance de vos explications. Valou Link to comment Share on other sites More sharing options...
valou1976 Posted April 15, 2013 Author Share Posted April 15, 2013 Je voudrais déplacer ce topic dans presentation/css pour que les gens puissent me répondre. Ma question est placée au mauvais endroit non ? 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