first commit 2
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/shop/rb.layout_ft/Trend02/style.css?ver='.G5_SERVER_TIME.'">', 0);
|
||||
?>
|
||||
|
||||
<footer id="site-footer" class="trend02-footer">
|
||||
<div class="footer-inner container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-col brand-col">
|
||||
<h3 class="footer-logo-text"><?php echo $config['cf_title']; ?></h3>
|
||||
<p class="footer-slogan">Bold Design for Bold People.</p>
|
||||
</div>
|
||||
<div class="footer-col links-col">
|
||||
<h4>SHOP</h4>
|
||||
<ul>
|
||||
<li><a href="<?php echo G5_SHOP_URL; ?>/list.php?ca_id=10">New Arrivals</a></li>
|
||||
<li><a href="<?php echo G5_SHOP_URL; ?>/list.php?ca_id=10">Best Sellers</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-col links-col">
|
||||
<h4>SUPPORT</h4>
|
||||
<ul>
|
||||
<li><a href="#">FAQ</a></li>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
<li><a href="#">Shipping & Returns</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-col info-col">
|
||||
<h4>COMPANY</h4>
|
||||
<p>
|
||||
<?php echo $default['de_admin_company_name']; ?><br>
|
||||
Owner: <?php echo $default['de_admin_company_owner']; ?><br>
|
||||
Tel: <?php echo $default['de_admin_company_tel']; ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date("Y"); ?> <?php echo $config['cf_title']; ?>. All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user