first commit

This commit is contained in:
2024-10-25 14:16:28 +02:00
commit 925276dbb2
33795 changed files with 4780077 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{*
* 2007-2017 Amazzing
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
* @author Amazzing <mail@amazzing.ru>
* @copyright 2007-2017 Amazzing
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*
*}
{capture name=path}
{foreach $parents as $parent}
<a href="{$blog->getCategoryLink($parent.id_category, $parent.link_rewrite)|escape:'html':'UTF-8'}">{$parent.title|escape:'html':'UTF-8'}</a>
{if !empty($navigationPipe)}<span class="navigation-pipe">{$navigationPipe|escape:'html':'UTF-8'}</span>{/if}
{/foreach}
<span>{$current_item|escape:'html':'UTF-8'}</span>
{/capture}
{* since 1.2.0 *}