diff --git a/adm/admin.head.php b/adm/admin.head.php index 6a078fb75..6b0d50ad4 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -79,9 +79,9 @@ function textarea_size(fld, size)
diff --git a/adm/img/hd_bg.jpg b/adm/img/hd_bg.jpg index e5332f5ec..345d89cc5 100644 Binary files a/adm/img/hd_bg.jpg and b/adm/img/hd_bg.jpg differ diff --git a/adm/img/snb_home.jpg b/adm/img/snb_home.jpg new file mode 100644 index 000000000..5cbbfd010 Binary files /dev/null and b/adm/img/snb_home.jpg differ diff --git a/adm/img/snb_logout.jpg b/adm/img/snb_logout.jpg new file mode 100644 index 000000000..428052e45 Binary files /dev/null and b/adm/img/snb_logout.jpg differ diff --git a/adm/img/snb_modify.jpg b/adm/img/snb_modify.jpg new file mode 100644 index 000000000..8deb73deb Binary files /dev/null and b/adm/img/snb_modify.jpg differ diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index bb1f0b9a9..0c996b403 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -182,11 +182,11 @@ if ($w == '') { sql_query($sql); // 회원가입 포인트 부여 - insert_point($mb_id, $config['cf_register_point'], '회원가입 축하', '{@member}', $mb_id, '회원가입'); + insert_point($mb_id, $config['cf_register_point'], '회원가입 축하', '@member', $mb_id, '회원가입'); // 추천인에게 포인트 부여 if ($config['cf_use_recommend'] && $mb_recommend) - insert_point($mb_recommend, $config['cf_recommend_point'], '{$mb_id}의 추천인', '{@member}', $mb_recommend, '{$mb_id} 추천'); + insert_point($mb_recommend, $config['cf_recommend_point'], $mb_id.'의 추천인', '@member', $mb_recommend, $mb_id.' 추천'); // 회원님께 메일 발송 if ($config['cf_email_mb_member']) { diff --git a/css/adm.css b/css/adm.css index 796bedec3..6ea07472d 100644 --- a/css/adm.css +++ b/css/adm.css @@ -27,18 +27,18 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa #to_content a:active {width:100%;height:70px;background:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.1em} /* 레이아웃 */ -#hd {z-index:10;background:url('../adm/img/hd_bg.jpg') #151618 top left repeat-x} +#hd {z-index:10;background:url('../adm/img/hd_bg.jpg') #383b3f top left repeat-x} #hd h1, #hd h2 {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden} #hd_wrap {position:relative;margin:0 auto;width:1000px} #logo {position:relative;height:70px} #logo img {position:absolute;top:15px;left:0} -#snb {z-index:2;position:absolute;top:25px;right:0;zoom:1} +#snb {z-index:2;position:absolute;top:16px;right:0;zoom:1} #snb:after {display:block;visibility:hidden;clear:both;content:""} -#snb ul {float:right;margin:0;padding:0;background:#222;zoom:1} +#snb ul {float:right;margin:0;padding:0;zoom:1} #snb ul:after {display:block;visibility:hidden;clear:both;content:""} -#snb li {float:left;margin-left:10px} +#snb li {float:left;margin-left:20px} #snb a {display:inline-block;padding:5px 0;color:#e0e0e0;text-decoration:none} /* gnb js off */ @@ -90,6 +90,7 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa /* 공통박스 */ .cbox {margin-bottom:30px;padding:20px;border:1px solid #dfdfdf;background:#fff} +.cbox h2 {margin-bottom:10px} /* 테이블 */ table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}