diff --git a/head.php b/head.php index 87b47069e..fe808875d 100644 --- a/head.php +++ b/head.php @@ -26,7 +26,7 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
  • 최근게시물
  • -
    +
    diff --git a/lib/common.lib.php b/lib/common.lib.php index 16d14c9ac..95f69ffb9 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -324,11 +324,11 @@ function get_list($write_row, $board, $skin_path, $subject_len=40) $list['icon_reply'] = ''; if ($list['reply']) - $list['icon_reply'] = ''; + $list['icon_reply'] = '답변글'; $list['icon_link'] = ''; if ($list['wr_link1'] || $list['wr_link2']) - $list['icon_link'] = ''; + $list['icon_link'] = '관련링크'; // 분류명 링크 $list['ca_name_href'] = $g4['bbs_path'].'/board.php?bo_table='.$board['bo_table'].'&sca='.urlencode($list['ca_name']); @@ -342,15 +342,15 @@ function get_list($write_row, $board, $skin_path, $subject_len=40) $list['icon_new'] = ''; if ($list['wr_datetime'] >= date("Y-m-d H:i:s", $g4['server_time'] - ($board['bo_new'] * 3600))) - $list['icon_new'] = ''; + $list['icon_new'] = '새글'; $list['icon_hot'] = ''; if ($list['wr_hit'] >= $board['bo_hot']) - $list['icon_hot'] = ''; + $list['icon_hot'] = '인기글'; $list['icon_secret'] = ''; if (strstr($list['wr_option'], 'secret')) - $list['icon_secret'] = ''; + $list['icon_secret'] = '비밀글'; // 링크 for ($i=1; $i<=$g4['link_count']; $i++) @@ -364,7 +364,7 @@ function get_list($write_row, $board, $skin_path, $subject_len=40) $list['file'] = get_file($board['bo_table'], $list['wr_id']); if ($list['file']['count']) - $list['icon_file'] = ''; + $list['icon_file'] = '관련링크'; return $list; } @@ -896,7 +896,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') //$height = $size[1]; $width = $config['cf_member_icon_width']; $height = $config['cf_member_icon_height']; - $tmp_name = ''; + $tmp_name = '첨부파일'; if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름 $tmp_name = $tmp_name . ' '.$name.''; diff --git a/skin/connect/fx/connect.skin.php b/skin/connect/neo/connect.skin.php similarity index 100% rename from skin/connect/fx/connect.skin.php rename to skin/connect/neo/connect.skin.php diff --git a/skin/connect/fx/current_connect.skin.php b/skin/connect/neo/current_connect.skin.php similarity index 100% rename from skin/connect/fx/current_connect.skin.php rename to skin/connect/neo/current_connect.skin.php diff --git a/skin/connect/fx/img/dot_bg.gif b/skin/connect/neo/img/dot_bg.gif similarity index 100% rename from skin/connect/fx/img/dot_bg.gif rename to skin/connect/neo/img/dot_bg.gif diff --git a/skin/connect/fx/img/icon.gif b/skin/connect/neo/img/icon.gif similarity index 100% rename from skin/connect/fx/img/icon.gif rename to skin/connect/neo/img/icon.gif diff --git a/skin/connect/fx/img/list_top_01.gif b/skin/connect/neo/img/list_top_01.gif similarity index 100% rename from skin/connect/fx/img/list_top_01.gif rename to skin/connect/neo/img/list_top_01.gif diff --git a/skin/connect/fx/img/list_top_02.gif b/skin/connect/neo/img/list_top_02.gif similarity index 100% rename from skin/connect/fx/img/list_top_02.gif rename to skin/connect/neo/img/list_top_02.gif diff --git a/skin/connect/fx/img/list_top_03.gif b/skin/connect/neo/img/list_top_03.gif similarity index 100% rename from skin/connect/fx/img/list_top_03.gif rename to skin/connect/neo/img/list_top_03.gif diff --git a/skin/connect/fx/img/list_top_04.gif b/skin/connect/neo/img/list_top_04.gif similarity index 100% rename from skin/connect/fx/img/list_top_04.gif rename to skin/connect/neo/img/list_top_04.gif diff --git a/skin/connect/fx/img/visit_bg.gif b/skin/connect/neo/img/visit_bg.gif similarity index 100% rename from skin/connect/fx/img/visit_bg.gif rename to skin/connect/neo/img/visit_bg.gif