12 lines
431 B
Smarty
12 lines
431 B
Smarty
{***************************************************************************
|
|
* You can find the license in the docs directory
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************}
|
|
{* OCSTYLE *}
|
|
{strip}
|
|
{foreach name=breadcrumb from=$breadcrumb item=menuitem}
|
|
{if !$smarty.foreach.breadcrumb.first} > {/if}
|
|
{$menuitem.menustring|escape}
|
|
{/foreach}
|
|
{/strip} |