Suite à MAJ 2.3.4, il manquait des choses dans des templates

This commit is contained in:
2020-05-03 09:13:06 +02:00
parent 35a800ca0e
commit 3f71343401
212 changed files with 1396 additions and 7451 deletions

2
templates/frontOffice/default/folder.html Normal file → Executable file
View File

@@ -11,7 +11,7 @@
{block name='no-return-functions' append}
{if $folder_id}
{loop name="folder.seo.title" type="folder" id=$folder_id limit="1"}
{$page_title = {$META_TITLE}}
{$page_title = $META_TITLE}
{/loop}
{/if}
{/block}