Jump to content

Comment avoir une balise h1 dans catégorie


Recommended Posts

Bonsoir,

 

J'aimerais mettre une balise H1 sur "CAPTEUR DE RÊVE" en noir

Je ne trouve pas cette ligne pour rajouter le H1, 

 

J'ai donc ajouter cette ligne 

<h1>{$category->name|escape:'htmlall':'UTF-8'}</h1>

dans catégorie.tpl , qui affiche en effet "CAPTEUR DE RÊVE" en gris et en bas à gauche :P  ( que j'enlèverais )

 

Si quelqu'un pourriez m'orienter svp

 

Merci

5b5105b313ce0_catgoriebaliseh1.png.9db17ccafffbde3482f064888f73d175.png

Edited by Les Bijoux de JADE (see edit history)
Link to comment
Share on other sites

Bonjour,

La ligne est a peut près ligne 51 là où il y à :

<span class="category-name">
    {strip}
        {$category->name|escape:'html':'UTF-8'}
        {if isset($categoryNameComplement)}
            {$categoryNameComplement|escape:'html':'UTF-8'}
        {/if}
    {/strip}
</span>

 

 

Link to comment
Share on other sites

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...