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.
21 lines
1013 B
21 lines
1013 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!-- Navbar -->
|
|
<template id="coffee_shop_header" inherit_id="website.template_header_default">
|
|
<xpath expr="//t[@t-call='website.placeholder_header_text_element']" position="replace"/>
|
|
<xpath expr="//t[@t-call='website.placeholder_header_brand']" position="replace">
|
|
<div class="logo">
|
|
<img src="/theme_coffee_shop/static/src/images/logo.png" alt=""/>
|
|
</div>
|
|
</xpath>
|
|
<xpath expr="//t[@t-call='website.placeholder_header_call_to_action']" position="replace"/>
|
|
</template>
|
|
<template id="coffee_shop_mobile_header" inherit_id="website.template_header_mobile">
|
|
<xpath expr="//t[@t-call='website.placeholder_header_brand']" position="replace">
|
|
<div class="logo">
|
|
<img src="/theme_coffee_shop/static/src/images/logo.png" alt=""/>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|