first commit 2
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/shop/rb.layout_ft/Trend05/style.css?ver='.G5_SERVER_TIME.'">', 0);
|
||||
?>
|
||||
|
||||
<footer id="site-footer" class="trend05-footer">
|
||||
<div class="footer-inner container">
|
||||
<div class="footer-top">
|
||||
<div class="footer-brand">
|
||||
<h3 class="footer-logo-text"><?php echo $config['cf_title']; ?></h3>
|
||||
<p class="footer-slogan">Fun & Creative Shopping</p>
|
||||
</div>
|
||||
<div class="footer-newsletter">
|
||||
<h4>Join Our Newsletter</h4>
|
||||
<form action="#" class="newsletter-form">
|
||||
<input type="email" placeholder="Enter your email">
|
||||
<button type="submit">Subscribe</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-links-grid">
|
||||
<div class="link-col">
|
||||
<h4>Shop</h4>
|
||||
<ul>
|
||||
<li><a href="<?php echo G5_SHOP_URL; ?>/list.php?ca_id=10">New In</a></li>
|
||||
<li><a href="<?php echo G5_SHOP_URL; ?>/list.php?ca_id=10">Best Sellers</a></li>
|
||||
<li><a href="#">Sale</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="link-col">
|
||||
<h4>Help</h4>
|
||||
<ul>
|
||||
<li><a href="#">FAQ</a></li>
|
||||
<li><a href="#">Shipping</a></li>
|
||||
<li><a href="#">Returns</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="link-col">
|
||||
<h4>Social</h4>
|
||||
<ul>
|
||||
<li><a href="#">Instagram</a></li>
|
||||
<li><a href="#">Facebook</a></li>
|
||||
<li><a href="#">Twitter</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<div class="footer-info">
|
||||
<p>
|
||||
<strong><?php echo $default['de_admin_company_name']; ?></strong> |
|
||||
Owner: <?php echo $default['de_admin_company_owner']; ?> |
|
||||
Tel: <?php echo $default['de_admin_company_tel']; ?>
|
||||
</p>
|
||||
<p class="address"><?php echo $default['de_admin_company_addr']; ?></p>
|
||||
</div>
|
||||
<p class="copyright">© <?php echo date("Y"); ?> <?php echo $config['cf_title']; ?>. Let's Play!</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user