vinasse Posted November 11, 2012 Share Posted November 11, 2012 (edited) [RESOLU] Bonsoir à tous, je souhaiterais rajouter un script js (inspectlet) entre les balises <head></head> de ma boutique en ligne. Est ce que l'un d'entre vous saurait m'expliquer comment faire ça proprement? Merci d'avance, Vinasse Ouch ça doit être la fatigue du week-end... La réponse n'était pas loin: themes>montheme>header.tpl Edited November 11, 2012 by vinasse (see edit history) Link to comment Share on other sites More sharing options...
franckm1000 Posted November 11, 2012 Share Posted November 11, 2012 Tu l'insères directement dans le fichier header.tpl de ton thème (i.e themes/mon_theme/header.tpl) Link to comment Share on other sites More sharing options...
hoolay Posted November 11, 2012 Share Posted November 11, 2012 (edited) Bonjour ! s'il s'agit d'un script javascript a charger dans le Header, il existe la méthode addJS() Tools::addJS(css_uri, $css_media_type = 'all') il vous est également possible d'utiliser le hook du header public function hookHeader($params) { Tools::addCSS($this->_path.'productscategory.css', 'all'); Tools::addJS(array($this->_path.'productscategory.js', _PS_JS_DIR_.'jquery/jquery.serialScroll-1.2.2-min.js')); } Edited November 11, 2012 by hoolay (see edit history) 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