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.
34 lines
1.3 KiB
34 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Template for footer-->
|
|
<template id="footer_archit" inherit_id="website.layout"
|
|
name="Footer Archit">
|
|
<xpath expr="//div[@id='footer']" position="replace">
|
|
<section class="footer">
|
|
<div class="footer_top">
|
|
<div class="footer_icon">
|
|
<a href="#">
|
|
<span class="fa fa-instagram"/>
|
|
</a>
|
|
<a href="#">
|
|
<span class="fa fa-facebook"/>
|
|
</a>
|
|
<a href="#">
|
|
<span class="fa fa-twitter"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="footer_bottom">
|
|
<div class="footer_description">
|
|
RADER Incorporated, 533 West Fork Drive , Fort
|
|
Lauderdale, 33304 786-348-5241
|
|
</div>
|
|
<div class="bb">
|
|
Copy right © <a href="#">Cybrosys.com</a> All rights
|
|
reserved
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|