Jump to content

[résolu] Page catégorie avec image +texte habillé


Recommended Posts

post-245577-0-79674100-1315421666_thumb.jpgbonjour,

je suis sûr que c'est super simple mais je n'y arrive pas :

Je voudrais avoir un bloc texte/image habillé en haut de chaque page catégorie (bloc différent à chaque fois) mais je n'y arrive pas…

Merci d'avance de votre aide et bonne soirée !

Link to comment
Share on other sites

Je me réponds tout seul car j'ai trouvé comme un grand !

remplacer :

<img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />
</div>

par:

<div style="float:left;height:200px;width:160px">
<img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />
</div>

Voilà ! Merci moi ! :)

Link to comment
Share on other sites

  • 11 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...