first commit 2
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/shop/rb.layout_ft/Trend04/style.css?ver='.G5_SERVER_TIME.'">', 0);
|
||||
?>
|
||||
|
||||
<footer id="site-footer" class="trend04-footer">
|
||||
<div class="footer-inner container">
|
||||
<div class="footer-brand">
|
||||
<h3 class="footer-logo-text"><?php echo $config['cf_title']; ?></h3>
|
||||
<p class="footer-desc">Experience the finest quality and timeless design.</p>
|
||||
</div>
|
||||
<div class="footer-nav-wrapper">
|
||||
<div class="footer-nav-col">
|
||||
<h4>COLLECTIONS</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>
|
||||
<li><a href="#">Limited Edition</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-nav-col">
|
||||
<h4>CUSTOMER CARE</h4>
|
||||
<ul>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
<li><a href="#">Shipping Info</a></li>
|
||||
<li><a href="#">Returns & Exchanges</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-nav-col">
|
||||
<h4>ABOUT US</h4>
|
||||
<ul>
|
||||
<li><a href="#">Our Story</a></li>
|
||||
<li><a href="#">Craftsmanship</a></li>
|
||||
<li><a href="#">Sustainability</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<div class="footer-info">
|
||||
<span><?php echo $default['de_admin_company_name']; ?></span>
|
||||
<span>Owner: <?php echo $default['de_admin_company_owner']; ?></span>
|
||||
<span>License: <?php echo $default['de_admin_company_saupja_no']; ?></span>
|
||||
<br>
|
||||
<span><?php echo $default['de_admin_company_addr']; ?></span>
|
||||
</div>
|
||||
<div class="footer-copyright">
|
||||
<p>© <?php echo date("Y"); ?> <?php echo $config['cf_title']; ?>. All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user