$row['wr_id'], 'title' => get_text($row['wr_subject']), 'description' => get_text(cut_str(strip_tags($row['wr_content']), 100)), 'image' => $image_url ); } $patents_json = json_encode($patents_data, JSON_UNESCAPED_UNICODE); // 💡 [개선] CSS와 JS 파일의 버전을 파일 수정 시간으로 자동 갱신하여 캐시 관리를 최적화합니다. $module_css_path = G5_THEME_PATH.'/rb.custom/tech_section/module.css'; $module_js_path = G5_THEME_PATH.'/rb.custom/tech_section/module.js'; $module_css_ver = file_exists($module_css_path) ? filemtime($module_css_path) : G5_CSS_VER; $module_js_ver = file_exists($module_js_path) ? filemtime($module_js_path) : G5_JS_VER; // 💡 [핵심] 이 모듈만의 고유 ID를 생성합니다. $module_id = 'tech_section_'.uniqid(); ?>
당신의 공간이 더욱 안전하고 조용해지도록, 우리는 문 하나를 넘어서고 있습니다.