temp changes
This commit is contained in:
committed by
Julien Chanseaume
parent
0076a63cf2
commit
8c09605e32
@@ -5,22 +5,23 @@
|
|||||||
|
|
||||||
{* Page Title *}
|
{* Page Title *}
|
||||||
{block name='no-return-functions' append}
|
{block name='no-return-functions' append}
|
||||||
{loop name="content.seo.title" type="content" id="{content attr="id"}"}
|
{$content_id={content attr="id"}}
|
||||||
{$page_title = {$META_TITLE}}
|
{loop name="content.seo.title" type="content" id=$content_id}
|
||||||
|
{$page_title = {$META_TITLE}}
|
||||||
{/loop}
|
{/loop}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{* Meta *}
|
{* Meta *}
|
||||||
{block name="meta"}
|
{block name="meta"}
|
||||||
{loop name="content.seo.meta" type="content" id="{content attr="id"}"}
|
{loop name="content.seo.meta" type="content" id=$content_id}
|
||||||
{include file="includes/meta-seo.html"}
|
{include file="includes/meta-seo.html"}
|
||||||
{/loop}
|
{/loop}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{* Breadcrumb *}
|
{* Breadcrumb *}
|
||||||
{block name='no-return-functions' append}
|
{block name='no-return-functions' append}
|
||||||
{$breadcrumbs = []}
|
{$breadcrumbs = []}
|
||||||
{loop type="content" name="content-breadcrumb" id="{content attr="id"}"}
|
{loop type="content" name="content-breadcrumb" id=$content_id}
|
||||||
{loop name="folder_path" type="folder-path" folder="{$DEFAULT_FOLDER}"}
|
{loop name="folder_path" type="folder-path" folder="{$DEFAULT_FOLDER}"}
|
||||||
{$breadcrumbs[] = ['title' => {$TITLE}, 'url'=> {$URL}]}
|
{$breadcrumbs[] = ['title' => {$TITLE}, 'url'=> {$URL}]}
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
{* Page Title *}
|
{* Page Title *}
|
||||||
{block name='no-return-functions' append}
|
{block name='no-return-functions' append}
|
||||||
{loop name="folder.seo.title" type="folder" id="{folder attr="id"}"}
|
{$folder_id={folder attr="id"}}
|
||||||
|
{loop name="folder.seo.title" type="folder" id=$folder_id}
|
||||||
{$page_title = {$META_TITLE}}
|
{$page_title = {$META_TITLE}}
|
||||||
{/loop}
|
{/loop}
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
Reference in New Issue
Block a user