$val){ $template->setCurrentBlock('__Okonomi__'); $template->setVariable('name',$key); if(1 == $p[$key] || 1 == $user_data[$key]){ $template->setVariable('checked','checked'); } $template->setVariable('title',$val); $template->parseCurrentBlock(); } //登録済み設定の再現(避けたい食材) foreach($terms_arr['saketai'] as $key => $val){ $template->setCurrentBlock('__Saketai__'); $template->setVariable('name',$key); if(1 == $p[$key] || 1 == $user_data[$key]){ $template->setVariable('checked','checked'); } $template->setVariable('title',$val); $template->parseCurrentBlock(); } $template->show(); } okazu_myrecipe_set( $p , $user_data); ?>