{* ------------------------------------- [Template Parts] Simple Radio Button [Example] xxxxxx {inc file='_tpl_radio_User_sex.html' name="member_sex" value=$member_sex } ----------------------------------------- *} {php} //init-- $this->_tpl_vars['options'] = array( 'いいえ', 'はい' ); //------ if ($this->_tpl_vars['value'] == NULL){ $this->_tpl_vars['value'] = '0'; } {/php} {if $cm=='n' || $cm=='e'}     {else} {$options.$value} {/if}