hallCashd Posted March 1, 2011 Share Posted March 1, 2011 Bonjour !Le bout de code dans le <head> de header.tpl suivant : jQuery(function(){ var SelfLocation = [removed].href.split('?'); switch (SelfLocation[1]) { case "justify_right": jQuery(".megamenu").megamenu({ 'justify':'right' }); break; case "justify_left": default: jQuery(".megamenu").megamenu(); } }); Me donne ce résultat :Fatal error: Smarty error: [in /var/www/aki/themes/prestashop/header.tpl line 29]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590) in /var/www/aki/tools/smarty/Smarty.class.php on line 1095 Je veut essaye d'ajouter un menu style mega dropdown.Je sais qu'l existe un module tout fait mais j'ai pas un rond ! XDMerci ! Link to comment Share on other sites More sharing options...
yvon38 Posted March 1, 2011 Share Posted March 1, 2011 Bonjour,Il en existe plein qui fonctionnent et qui sont gratuits ....Juste à taper "carrousel ( ou slider ) gratuit prestashop"Cordialement. Link to comment Share on other sites More sharing options...
hallCashd Posted March 1, 2011 Author Share Posted March 1, 2011 Bonjour,le scarrousel c'est pas ce que je veut, c'est un menu ala genre pixmania Link to comment Share on other sites More sharing options...
yvon38 Posted March 1, 2011 Share Posted March 1, 2011 RE :tu pourrais préciser ? Link to comment Share on other sites More sharing options...
a-prods Posted March 1, 2011 Share Posted March 1, 2011 au hasard.essaye de mettre {literal}...{/literal} entre tes balises script [removed] {literal} jQuery(function(){ var SelfLocation = [removed].href.split('?'); switch (SelfLocation[1]) { case "justify_right": jQuery(".megamenu").megamenu({ 'justify':'right' }); break; case "justify_left": default: jQuery(".megamenu").megamenu(); } }); {/literal} [removed] 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