$category ){ if( !isset( $items[ $key ] ) ){ continue; }//$title=''; continue; } foreach( $items[ $key ] as $key2 => $item ){ // var_dump($item['name']); $title = ' - '.$item['name']; } } } //表示 include_once( 'template/header.html' ); include_once( 'template/itemheader.html' ); include_once( 'template/item.html' ); include_once( 'template/footer.html' ); ?>