nalex Posted November 28, 2010 Share Posted November 28, 2010 Bonjour J'utilise un module qui permet d'afficher les catégorie en page accueil mais je n'arrive pas faire apparaitre la description liée aux catégories si quelqu'un pouvait juste un peu m'aiguiller ca serait franchement coolVoila le code php function hookHome($params) { global $smarty; $category = new Category(1); $nb = intval(Configuration::get('HOME_categories_NBR')); $smarty->assign(array( 'category' => $category, 'lang' => Language::getIsoById(intval($params['cookie']->id_lang)), )); return $this->display(__FILE__, 'homecategories.tpl'); } J'ai test dans le tpl {if $category.description} {$category.description}{/if} J'ai aussi test ca {$category->description}J'affiche bien les titles mais pas les descriptions, qui existe bien dans mon BO bien entendu.Merci d'avance Link to comment Share on other sites More sharing options...
nalex Posted January 21, 2011 Author Share Posted January 21, 2011 Personne pour m'aider ou m'aiguiller ?S'il vous plait ... Link to comment Share on other sites More sharing options...
nalex Posted January 21, 2011 Author Share Posted January 21, 2011 Ben si c est pas possible merci au moins de me le dire...J'ai aucune réponseJe vous demande pas de me macher le taf juste de m'aiguiller please.j'ai cherché dans tout le fofo rien pas mal de questions à ce sujet mais pas de réponses pourtant c est pas mal important niveau SEO mais bon.Please help me !!!!! 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