Commit c9bb8d3a by lmf

底部增加链接

parent 8f759986
......@@ -29,28 +29,28 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div>
<h4>ABOUT JOSHINE <span> > </span></h4>
<ul>
<li><a href="#">About Us</a></li>
<li>About Our Products</li>
<li>Contact Us</li>
<li><a href="/about-us">About Us</a></li>
<li><a href="/about-our-products">About Our Products</a></li>
<li><a href="/contact-us">Contact Us</a></li>
<li>Our Blog</li>
</ul>
</div>
<div>
<h4>HELP & SUPPORT<span> > </span></h4>
<ul>
<li>Size Guide</li>
<li>Payment Methods</li>
<li>FAQs</li>
<li>How to Order</li>
<li>Track My Order</li>
<li><a href="/size-guide">Size Guide</a></li>
<li><a href="/payment-methods">Payment Methods</a></li>
<li><a href="/faqs">FAQs</a></li>
<li><a href="/how-to-order">How to Order</a></li>
<li><a href="/track-order">Track My Order</a></li>
</ul>
</div>
<div>
<h4>OUR POLICY<span> > </span></h4>
<ul>
<li>Shipping Policy</li>
<li>Return & Exchange</li>
<li>365-Days Warranty</li>
<li><a href="/shipping-policy">Shipping Policy</a></li>
<li><a href="/return-exchange-policy">Return & Exchange</a></li>
<li><a href="/365-days-warranty">365-Days Warranty</a></li>
</ul>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment