Fixed issues with RSS feed links
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
{* Feeds *}
|
{* Feeds *}
|
||||||
{block name="feeds"}
|
{block name="feeds"}
|
||||||
<link rel="alternate" type="application/rss+xml" title="{intl l='All products in'} {category attr='title'}" href="{url path="/feed/catalog/{lang attr="locale"}/{content attr="id"}"}" />
|
<link rel="alternate" type="application/rss+xml" title="{intl l='All products in'} {category attr='title'}" href="{url path="/feed/catalog/{lang attr="locale"}/{category attr="id"}"}" />
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{* Breadcrumb *}
|
{* Breadcrumb *}
|
||||||
|
|||||||
@@ -18,11 +18,6 @@
|
|||||||
{/loop}
|
{/loop}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{* Feeds *}
|
|
||||||
{block name="feeds"}
|
|
||||||
<link rel="alternate" type="application/rss+xml" title="{intl l='All contents in'} {content attr='title'}" href="{url path="/feed/content/{lang attr="locale"}/{content attr="id"}"}" />
|
|
||||||
{/block}
|
|
||||||
|
|
||||||
{* Breadcrumb *}
|
{* Breadcrumb *}
|
||||||
{block name='no-return-functions' append}
|
{block name='no-return-functions' append}
|
||||||
{$breadcrumbs = []}
|
{$breadcrumbs = []}
|
||||||
|
|||||||
@@ -26,6 +26,10 @@
|
|||||||
{/loop}
|
{/loop}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
{block name="feeds"}
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="{intl l='All contents in'} {folder attr='title'}" href="{url path="/feed/content/{lang attr="locale"}/{folder attr="id"}"}" />
|
||||||
|
{/block}
|
||||||
|
|
||||||
{* Content *}
|
{* Content *}
|
||||||
{block name="main-content"}
|
{block name="main-content"}
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|||||||
Reference in New Issue
Block a user