]+src=["\']([^"\']+)["\']/i', $view['content'], $matches)) { $og_images[] = $matches[1][0]; } } // ✅ 게시판 목록(list.php): 다중 첨부 썸네일 자동 추출 (최대 5개) else if (basename($_SERVER['SCRIPT_NAME']) == 'list.php' && isset($list) && is_array($list)) { $count = 0; foreach ($list as $item) { if (!empty($item['file'][0]['path'])) { $og_images[] = $item['file'][0]['path']; $count++; } if ($count >= 5) break; } } // ✅ 메인(index.php): 모든 게시판 최신글 대표 이미지 자동 노출 (최대 10개) else if (basename($_SERVER['SCRIPT_NAME']) == 'index.php') { global $g5; $result_boards = sql_query("SELECT bo_table FROM {$g5['board_table']}"); $count = 0; while ($board = sql_fetch_array($result_boards)) { $bo_table = $board['bo_table']; $latest = sql_fetch("SELECT wr_id FROM {$g5['write_prefix']}{$bo_table} ORDER BY wr_datetime DESC LIMIT 1"); if ($latest['wr_id']) { $file = sql_fetch("SELECT bf_file FROM {$g5['board_file_table']} WHERE bo_table='{$bo_table}' AND wr_id='{$latest['wr_id']}' AND bf_no=0 LIMIT 1"); if (!empty($file['bf_file'])) { $og_images[] = "https://artinbank.net/data/file/{$bo_table}/{$file['bf_file']}"; $count++; } } if ($count >= 10) break; } } // ✅ 기본 이미지 대체 if (empty($og_images)) $og_images[] = $default_og; // ✅ 중복 제거 및 출력 $og_images = array_unique($og_images); foreach ($og_images as $og) { echo ''."\n"; echo ''."\n"; } ?> 태그 - 아뱅뉴스

태그

본문 바로가기

피아니스트 > 2025피아노독주회 > 피아니스트김정은 > 김정은피아노독주회 > 2025김정은피아노독주회 > 음악공연정보 > 피아노독주회

연관태그 검색 [태그 in 태그]
전체 1 건 - 1 페이지
임완수편집국장 2025-09-11 15,338
김정은 피아노 독주회가 예술의전당 리사이틀홀에서 9월 17일 열린다.

김정은 피아니스트는 이번달 17일 예술의전당 리사이틀홀에서 피아노 독주회를 갖는다.대범함과 섬세함을 겸비한 피아노스트로 정평이 나있는 김정은은 서울예고, 서울대학교 음악대학 및 동 대학원을 졸업하고 도독하여 독일 칼스루에 국립음대에서 석사 및 최고연주자 과정, 프랑스 마르세이유 국립음대 최고연주자 과정, 프랑스 파리 에꼴 노르말 독주 및 실내악 콩세르티스트 과정을 마쳤다. 현재 이화여자대학교 교수로 재직 중이다.1999년 뉴욕 카네기 홀에서의 성공적인 독주회를 포함,독일 전역에서의 독주회와 파리Cathédrale Sainte C

게시판 전체검색
상담신청