JoeSatriani Posted January 11, 2012 Share Posted January 11, 2012 Bonjour à tous, j'aimerai savoir s'il serait possible de passer une deuxième variable en paramètre avec smarty ? Je m'explique : Dans le fichier category.tpl, on voit que lorsqu'il y a l'include de product-list.tpl, il y a une variable en paramètre. {if $products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./product-sort.tpl"} [b] {include file="$tpl_dir./product-list.tpl" products=$products}[/b] {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} J'ai essayé de faire fonctionner ceci en mettant une deuxième variable, mais je n'ai pas eu de retour. :/ Ce que j'ai codé : {if $products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./product-sort.tpl"} [b] {include file="$tpl_dir./product-list.tpl" products=$products cacher=$cacher_prix}[/b] {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} Je demande une réponse, serait'il possible de faire fonctionner smarty en passant en paramètre 2 variables ? Cordialement. Link to comment Share on other sites More sharing options...
JoeSatriani Posted January 12, 2012 Author Share Posted January 12, 2012 Un petit up et puis s'en va... Link to comment Share on other sites More sharing options...
JoeSatriani Posted January 12, 2012 Author Share Posted January 12, 2012 C'est bon, on peut passer 2 variables en paramètres avec smarty! Merci. 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