11 lines
468 B
Smarty
11 lines
468 B
Smarty
{***************************************************************************
|
|
* You can find the license in the docs directory
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************}
|
|
{* OCSTYLE *}
|
|
{strip}
|
|
{foreach name=topmenu from=$items item=menuitem}
|
|
<li><a href="{$menuitem.href}"{if $menuitem.selected} class="selected bg-green06"{/if}>{$menuitem.menustring|escape}</a></li>
|
|
{/foreach}
|
|
{/strip} |