Jump to content

Edit History

Reeder

Reeder

Hi,

I'm looking for a file in the Prestashop 8.2 template where I can access the <H1> tag for all the headings of this "Classic" template.

I found that it is generated from a variable, e.g. in CMS it is from the variable {$cms.meta_title}:

{block name='page_title'}
  {$cms.meta_title}
{/block}

However, this variable only contains the title name, not the <H1> tag, but this entire HTML code is written to the source code:

<header class="page-header">
          <h1>Your Title</h1>
</header>

 

Where do you get the rest of the HTML code, including the <h1> tag? Is it from some javascript? Or from some other *.TPL?

 

Thank you for your help.

 

 

 

 

 

Reeder

Reeder

Hi,

I'm looking for a file in the Prestashop 8.2 template where I can access the <H1> tag for all the headings of this "Classic" template.

I found that it is generated from a variable, e.g. in CMS it is from the variable {$cms.meta_title}:

{block name='page_title'}
  {$cms.meta_title}
{/block}

However, this variable only contains the title name, not the <H1> tag, but this entire HTML code is written to the source code:

<header class="page-header">
          <h1>Your Title</h1>
</header>

 

Where do you get the rest of the HTML code, including the <h1> tag? Is it from some javascript? Or from some other *.TPL?

 

Thank you for your help.

 

 

 

 

 

×
×
  • Create New...