{php}
//Configration ----------------------
$this->_tpl_vars['options'] = array(
'1'=>'北',
'2'=>'北東',
'3'=>'東',
'4'=>'南東',
'5'=>'南',
'6'=>'南西',
'7'=>'西',
'8'=>'北西'
);
//-----------------------------------
{/php}
{* -------------------------------------
[Template Parts]
Simple Select
[Use Example]
XXX
{inc file='_tpl_select_item.html' name="xxxx" value=$xxxx }
----------------------------------------- *}
{if $cm=='n' || $cm=='e'}
{else}
{$options.$value}
{/if}