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.
26 lines
1021 B
26 lines
1021 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<template id="gallery_heading_banner" inherit_id="website.snippets" name="Gallery Heading banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_watchhut.gallery_heading" t-thumbnail="/theme_watchhut/static/src/images/snippets/heading.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="gallery_heading" name="Gallery Heading">
|
|
<!-- Section banner starts here -->
|
|
<section class="banner">
|
|
<div class="container">
|
|
<div class="row">
|
|
<h3 class="banner_head">
|
|
Men Watch
|
|
<br/>
|
|
Collection
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Section Gallery ends here -->
|
|
</template>
|
|
</data>
|
|
</odoo>
|