사용자: 새창으로 뜨는 컨텐츠들 수정

This commit is contained in:
whitedot
2013-01-07 17:18:19 +09:00
parent fbfa7f1886
commit 8f9bcc8a5b
5 changed files with 13 additions and 13 deletions

View File

@ -37,8 +37,8 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
}
?>
<section id="point" class="new_win">
<h1>포인트내역</h1>
<div id="point" class="new_win">
<h1><?=$g4['title']?></h1>
<table>
<caption>포인트내역 목록</caption>
@ -106,7 +106,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
<div class="btn_window">
<a href="javascript:window.close();">창닫기</a>
</div>
</section>
</div>
<?
include_once($g4['path'].'/tail.sub.php');