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

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="scrap" class="new_win">
<h1><?php echo $g4['title'] ?></h1>
<h1 id="new_win_title"><?php echo $g4['title'] ?></h1>
<table class="basic_tbl">
<caption>스크랩 목록</caption>
@ -38,4 +38,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<div class="btn_win">
<button type="button" onclick="window.close();">창닫기</button>
</div>
</div>
</div>