쇼핑몰: 표준화 및 스타일 작업 시작

This commit is contained in:
whitedot
2013-04-26 14:01:04 +09:00
parent 478605e149
commit 7031d47e9b
18 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<table bgcolor=#FFFFFF width=100% cellpadding=0 cellspacing=0>
<tr><td align=center valign=top height=50><img src='<?=G4_SHOP_URL?>/img/bar_event.gif'></td></tr>
<?
$hsql = " select ev_id, ev_subject from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
$hsql = " select ev_id, ev_subject, ev_subject_strong from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
$hresult = sql_query($hsql);
for ($i=0; $row=sql_fetch_array($hresult); $i++)
{

View File

@ -61,7 +61,7 @@ $sql = " select ca_include_head, ca_include_tail
where ca_id = '{$it['ca_id']}' ";
$ca = sql_fetch($sql);
$g4['title'] = "상품 상세보기 : {$it['ca_name']} - {$it['it_name']} ";
$g4['title'] = $it['it_name'].' 상세보기 &gt; '.$it['ca_name'];
// 분류 상단 코드가 있으면 출력하고 없으면 기본 상단 코드 출력
if ($ca['ca_include_head'])

View File

@ -19,11 +19,12 @@ $table_width = 900;
//$dir = dirname($HTTP_SERVER_VARS["PHP_SELF"]);
?>
<style>
.amount { color:#2266BB; font-weight:bold; font-family:Verdana; }
.c1 { background-color:#94D7E7; }
.c2 { background-color:#E7F3F7; }
</style>
<header id="shd">
<h1><?php echo $config['cf_title'] ?></h1>
<div id="to_content"><a href="#container">내용 바로가기</a></div>
</header>
<!-- 전체 -->
<table align=center cellpadding=0 cellspacing=0 border=0>