쇼핑몰: 추천하기 새창 타이틀 마크업 수정

This commit is contained in:
whitedot
2014-01-17 15:01:30 +09:00
parent 06724ad172
commit 1880993ea1

View File

@ -24,7 +24,7 @@ include_once(G5_PATH.'/head.sub.php');
<!-- 상품 추천하기 시작 { -->
<div id="sit_rec_new" class="new_win">
<h1><?php echo $g5['title']; ?></h1>
<h1 id="win_title"><?php echo $g5['title']; ?></h1>
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
<input type="hidden" name="token" value="<?php echo $token; ?>">