Jump to content

Les balises html apparaissent à l'écran - prestashop 1.7.5.2


Recommended Posts

Bonjour à tous,

Les balises html du code que j'ai écrit apparaissent à l'écran : mon code est ci-dessous, savez-vous ce qui cloche?

 

<div class="categoryHeaderContainer" style="  background:url('https://www.localhost/newpresta/img/tmp/category_{$category.id}.jpg'); background-repeat: no-repeat; background-size: cover">
            <div class="conteneurDescriptionCategory " >
                <div style="background-color: rgba(0, 51, 91, 0.8); min-height:220px; padding-left:10%; padding-right:10%;vertical-align:middle; padding-bottom: 20px; color:white">
                  <div>
                    <h1 style="text-align:center; color:white">
                      {$category.name}</h1>
                      <br>
                    {$category.description}
                  </div>
                  <!-- vignettes des catégories -->
                  {hook::exec('vignettesCategories')}
                </div>
            </div>                 
                
            </div>

 

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