$row['wr_id'], 'title' => get_text($row['wr_subject']), 'description' => get_text(cut_str(strip_tags($row['wr_content']), 100)), 'image' => $image_url ); } $module_json = json_encode($module_data, JSON_UNESCAPED_UNICODE); // CSSμ JS νμΌμ λ²μ μ νμΌ μμ μκ°μΌλ‘ μλ κ°±μ $module_css_path = G5_THEME_PATH.'/rb.custom/_base_module/module.css'; $module_js_path = G5_THEME_PATH.'/rb.custom/_base_module/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 = 'base_module_'.uniqid(); ?>
μ΄κ³³μ λͺ¨λμ λν κ°λ¨ν μ€λͺ μ μ λ ₯νμΈμ.