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.
43 lines
2.1 KiB
43 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Shop lego banner-->
|
|
<template id="shop_banner_lego"
|
|
inherit_id="website_sale.products"
|
|
name="shop banner">
|
|
<xpath expr="//div[hasclass('o_wsale_products_page')]"
|
|
position="before">
|
|
<section class="banner_product">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="banner_content">
|
|
<div class="product_heading">
|
|
<h1>Shop Category page</h1>
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a href="/">Home</a>
|
|
<i class="material-icons fa fa-arrow-right"
|
|
style="font-size:12px;color:#ffffff;">
|
|
</i>
|
|
</li>
|
|
<li class="breadcrumb-item">
|
|
<a href="/shop">SHOP</a>
|
|
<i class="material-icons fa fa-arrow-right"
|
|
style="font-size:12px;color:#ffffff;">
|
|
</i>
|
|
</li>
|
|
<li class="breadcrumb-item active"
|
|
aria-current="page">PRODUCTS
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|