사용자: 회원통합스킨 마크업 복구

This commit is contained in:
whitedot
2013-05-28 17:28:06 +09:00
parent 69a37b2fe1
commit 58be654c69
12 changed files with 48 additions and 38 deletions

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="profile" class="new_win">
<h1><?php echo $mb_nick ?>님의 프로필</h1>
<h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
<table class="frm_tbl">
<tbody>
@ -42,4 +42,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<div class="btn_win">
<button type="button" onclick="window.close();">창닫기</button>
</div>
</div>
</div>