사용자: 포인트 새창 h1 id 지정

This commit is contained in:
whitedot
2013-06-04 14:16:05 +09:00
parent 1cfc8e2cf1
commit 42028bfddc

View File

@ -38,7 +38,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
?> ?>
<div id="point" class="new_win"> <div id="point" class="new_win">
<h1><?php echo $g4['title'] ?></h1> <h1 id="new_win_title"><?php echo $g4['title'] ?></h1>
<table class="basic_tbl"> <table class="basic_tbl">
<caption>포인트 사용내역 목록</caption> <caption>포인트 사용내역 목록</caption>