쇼핑몰: 헤딩다이어트 1차 완료

This commit is contained in:
whitedot
2013-06-28 09:59:48 +09:00
parent b9f5fb86dd
commit 6b51ae8c00
4 changed files with 12 additions and 11 deletions

View File

@ -226,7 +226,7 @@ else
<?php //echo it_name_icon($it, false, 0); ?>
<section id="sit_ov">
<h2 id="sit_title"><?php echo stripslashes($it['it_name']); ?></h2>
<h2 id="sit_title"><?php echo stripslashes($it['it_name']); ?> 요약정보 및 구매</h2>
<p id="sit_desc"><?php echo $it['it_basic']; ?></p>
<p id="sit_opt_info">
<?php
@ -510,12 +510,14 @@ else
<h2>상품 정보</h2>
<?php echo pg_anchor('inf'); ?>
<h3>상품 기본설명</h3>
<?php if ($it['it_basic']) { // 상품 기본설명 ?>
<div id="sit_inf_basic">
<?php echo $it['it_basic']; ?>
</div>
<?php } ?>
<h3>상품 상세설명</h3>
<?php if ($it['it_explan']) { // 상품 상세설명 ?>
<div id="sit_inf_explan">
<?php echo conv_content($it['it_explan'], 1); ?>

View File

@ -9,8 +9,8 @@ include_once(G4_LIB_PATH.'/connect.lib.php');
include_once(G4_LIB_PATH.'/popular.lib.php');
?>
<header id="hd">
<h1><?php echo $config['cf_title'] ?></h1>
<div id="hd">
<h1 id="hd_h1"><?php echo $g4['title'] ?></h1>
<div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
@ -86,7 +86,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
</div>
</aside>
</header>
</div>
<div id="wrapper">
@ -120,7 +120,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
</div>
<div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined('_INDEX_')) { ?><h1 id="wrapper_title"><?php echo $g4['title'] ?></h1><?php } ?>
<?php if ((!$bo_table || $w == 's' ) && !defined('_INDEX_')) { ?><div id="wrapper_title"><?php echo $g4['title'] ?></div><?php } ?>
<div id="text_size">
<button class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>
<button class="no_text_resize" onclick="font_default('container');">기본</button>

View File

@ -10,8 +10,7 @@ $admin = get_admin("super");
</div><!-- Container End -->
</div><!-- Wrapper End -->
<footer id="ft">
<h1><?php echo $config['cf_title']; ?> 정보</h1>
<div id="ft">
<div>
<a href="<?php echo G4_SHOP_URL; ?>/" id="ft_logo"><img src="<?php echo G4_DATA_URL; ?>/common/logo_img" alt="처음으로"></a>
<ul>
@ -33,7 +32,7 @@ $admin = get_admin("super");
</p>
<a href="#" id="ft_totop">상단으로</a>
</div>
</footer>
</div>
<?php
$sec = get_microtime() - $begin_time;