Lanaworks Posted March 26, 2013 Share Posted March 26, 2013 Bonjour, Je souhaite afficher un "bloc tag" uniquement sur une seule catégorie. J'ai essayé avec : {if $category->id != 16} <div id="tags_block_left" class="block tags_block"> ... </div> {/if} Le bloc reste affiché partout Et avec : {if $category->id == 16} <div id="tags_block_left" class="block tags_block"> ... </div> {/if} Le bloc ne s'affiche ni sur la catégorie 16 ni sur les autres Merci pour le retour d'info, Cordialement, 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