oc-server3/htdocs/templates2/ocstyle/sys_breadcrumb.tpl
2012-05-09 20:05:43 +02:00

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}