This commit is contained in:
2026-04-02 09:57:53 +02:00
parent be3965e2b8
commit a69616e8ce
216 changed files with 1557 additions and 69 deletions

View File

@@ -25,7 +25,11 @@
{extends file='page.tpl'}
{block name='page_title'}
{$cms.meta_title}
{if $cms.meta_keywords|regex_replace:'/.*h1:([^,]+).*/':'$1' != $cms.meta_keywords}
{$cms.meta_keywords|regex_replace:'/.*h1:([^,]+).*/':'$1'|escape:'html':'UTF-8'}
{else}
{$cms.meta_title|escape:'html':'UTF-8'}
{/if}
{/block}
{block name='page_content_container'}