{* ------------------------------------- [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( '1'=> '無', '2'=> '有' ); //------ if ($this->_tpl_vars['value'] == NULL){ $this->_tpl_vars['value'] = '1'; } {/php} {if $cm=='n' || $cm=='e'} {else} {$options.$value} {/if}