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.
31 lines
1.3 KiB
31 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="diva_contact" inherit_id="website.contactus"
|
|
name="Contactus">
|
|
<xpath expr="//div[@id='wrap']/section[hasclass('s_title')]"
|
|
position="replace">
|
|
<!-- Added the breadcrumbs-->
|
|
<section class="oe_structure about">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="abt_top">
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a href="#">Home</a>
|
|
</li>
|
|
<li class="breadcrumb-item active"
|
|
aria-current="page">Contact Us
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
<div class="abt_heading">
|
|
<h3>Contact Form</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|