diff --git a/adm/member_list.php b/adm/member_list.php index 6dac453aa..2935953e2 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -123,6 +123,7 @@ $colspan = 15; 권한 포인트 최종접속 + 가입일 수신 공개 인증 @@ -189,6 +190,7 @@ $colspan = 15; + Yes':'No';?> Yes':'No';?> Yes':'No';?> diff --git a/css/admin.css b/css/admin.css index 344d2df9d..2892cba1f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -264,7 +264,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 /* 공통 */ .td_chk {width:30px;text-align:center} .td_num {width:60px;text-align:center} -.td_bignum {width:120px;text-align:center} +.td_bignum {width:100px;text-align:center} .td_grid {width:60px;text-align:center} .td_mbid, .td_name, diff --git a/lib/latest.lib.php b/lib/latest.lib.php index f81eb7c79..2d0312558 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -5,6 +5,7 @@ if (!defined('_GNUBOARD_')) exit; function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40) { global $g4; + static $css = array(); if (!$skin_dir) $skin_dir = 'basic'; @@ -38,6 +39,12 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40) include_once($cache_file); + // 같은 스킨은 .css 를 한번만 호출한다. + if (!in_array($skin_dir, $css)) { + echo ''; + $css[] = $skin_dir; + } + ob_start(); include $latest_skin_path.'/latest.skin.php'; $content = ob_get_contents(); diff --git a/skin/latest/basic/latest.skin.php b/skin/latest/basic/latest.skin.php index c89558fa8..712bc3f91 100644 --- a/skin/latest/basic/latest.skin.php +++ b/skin/latest/basic/latest.skin.php @@ -2,8 +2,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - -