From 7882b1aee59e9dc79d923947d5ccc88db22d68a9 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Dec 2019 16:57:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EB=8F=8C=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/uri.lib.php | 2 +- mobile/skin/content/basic/style.css | 1 + theme/basic/mobile/skin/content/basic/style.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/uri.lib.php b/lib/uri.lib.php index 656d3238a..29c42abc7 100644 --- a/lib/uri.lib.php +++ b/lib/uri.lib.php @@ -114,7 +114,7 @@ function short_url_clean($string_url, $add_qry=''){ $array_page_names = run_replace('url_clean_page_names', array('board', 'write', 'content')); if( strpos($string_url, G5_BBS_URL) === false || ! in_array($page_name, $array_page_names) ){ //게시판이 아니면 리턴 - return $string_url; + return run_replace('false_short_url_clean', $string_url, $url, $page_name, $array_page_names); } $return_url = ''; diff --git a/mobile/skin/content/basic/style.css b/mobile/skin/content/basic/style.css index 6689c417f..98ec57ed6 100644 --- a/mobile/skin/content/basic/style.css +++ b/mobile/skin/content/basic/style.css @@ -8,4 +8,5 @@ webkit-box-shadow: 0 1px 4px #cbd1df; .ctt_admin {margin:0 5px;text-align:right} #ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #ctt_con {padding:10px 0} +#ctt_con img{max-width:100%;height:auto} .ctt_img {text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/content/basic/style.css b/theme/basic/mobile/skin/content/basic/style.css index 638229597..6215d2424 100644 --- a/theme/basic/mobile/skin/content/basic/style.css +++ b/theme/basic/mobile/skin/content/basic/style.css @@ -5,4 +5,5 @@ .ctt_admin {margin:0 5px;text-align:right} #ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #ctt_con {padding:10px 0} +#ctt_con img{max-width:100%;height:auto} .ctt_img {text-align:center} \ No newline at end of file