모바일쇼핑몰: tab_slide 스타일 1차 작업

This commit is contained in:
whitedot
2013-10-23 10:25:50 +09:00
parent cf15b379ae
commit ff9c1f4cec
3 changed files with 24 additions and 25 deletions

View File

@ -7,14 +7,14 @@ include_once(G5_LIB_PATH.'/connect.lib.php');
include_once(G5_LIB_PATH.'/popular.lib.php');
?>
<header id="header">
<header id="hd">
<?php if ((!$bo_table || $w == 's' ) && defined('_INDEX_')) { ?><h1><?php echo $config['cf_title'] ?></h1><?php } ?>
<div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
<div id="logo"><a href="<?php echo G5_SHOP_URL; ?>/"><img src="<?php echo G5_DATA_URL; ?>/common/mobile_logo_img" alt="<?php echo $config['cf_title']; ?> 메인"></a></div>
<a href="<?php echo G5_SHOP_URL; ?>/category.php" target="_blank" id="hd_ct">전체분류</a>
<a href="<?php echo G5_SHOP_URL; ?>/category.php" target="_blank" id="hd_ct">분류</a>
<button type="button" id="hd_sch_open">검색<span class="sound_only"> 열기</span></button>
<form name="frmsearch1" action="<?php echo G5_SHOP_URL; ?>/search.php">

View File

@ -9,8 +9,8 @@ $admin = get_admin("super");
</div><!-- container End -->
<footer id="footer">
<h1><?php echo $config['cf_title']; ?> 정보</h1>
<div id="ft">
<h2><?php echo $config['cf_title']; ?> 정보</h2>
<a href="<?php echo G5_SHOP_URL; ?>/"><img src="<?php echo G5_DATA_URL; ?>/common/mobile_logo_img" alt="처음으로"></a>
<p>
<span><?php echo $default['de_admin_company_addr']; ?></span>
@ -24,7 +24,7 @@ $admin = get_admin("super");
Copyright &copy; 2001-2013 <?php echo $default['de_admin_company_name']; ?>. All Rights Reserved.
</p>
<a href="#" id="ft_to_top">상단으로</a>
</footer>
</div>
<?php
$sec = get_microtime() - $begin_time;