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.
 
 
 
 
 

20 lines
787 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Header Template-->
<template id="template_header_default_inherited"
inherit_id="website.template_header_default">
<xpath expr="//t[@t-call='website.placeholder_header_brand']"
position="replace">
<nav class="navbar-light">
<a class="navbar-brand " href="/?">
<img src="/theme_archit/static/src/img/logo/logo11.png" alt="logo"/>
</a>
</nav>
</xpath>
</template>
<template id="template_header_contactus_inherit" inherit_id="website.template_header_default">
<xpath expr="//t[@t-call='website.placeholder_header_call_to_action']" position="replace">
</xpath>
</template>
</odoo>