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.
16 lines
587 B
16 lines
587 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<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=""/>
|
|
</a>
|
|
</nav>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|