You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<template id="theme_watchhut_footer" inherit_id="website.layout" name="WatchHut Footer">
|
|
<xpath expr="//div[@id='footer']" position="replace">
|
|
<!-- Section footer starts here -->
|
|
<section class="footer">
|
|
<div class="container-fluid p-0">
|
|
<section class="footer_bg">
|
|
</section>
|
|
<div class="footer_bottom">
|
|
<h3>Watchhut</h3>
|
|
<br/>
|
|
<ul>
|
|
<li><a href="/shop">Shop</a></li>
|
|
<li><a href="/about">About</a></li>
|
|
<li><a href="/contactus">Contact</a></li>
|
|
</ul>
|
|
<p>Copy right © <a href="https://www.cybrosys.com/" target="_blank">Cybrosys.com</a> All rights reserved </p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Section footer ends here -->
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|