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.
56 lines
2.8 KiB
56 lines
2.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Footer templates -->
|
|
<template id="footer_custom_inherit" inherit_id="website.footer_custom">
|
|
<xpath expr="//a[hasclass('s_share_linkedin')]" position="after">
|
|
<a href="/website/social/instagram" class="s_share_instagram"
|
|
target="_blank" t-if="website.social_instagram">
|
|
<i class="fa fa-instagram rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/social/github" class="s_share_github"
|
|
target="_blank" t-if="website.social_github">
|
|
<i class="fa fa-github rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/social/youtube" class="s_share_youtube"
|
|
target="_blank" t-if="website.social_youtube">
|
|
<i class="fa fa-youtube rounded-circle shadow-sm"/>
|
|
</a>
|
|
<t t-if="website.social_whatsapp">
|
|
<a href="/website/sm/whatsapp"
|
|
class="s_share_whatsapp" target="_blank" t-if="website.social_whatsapp">
|
|
<i class="fa fa-whatsapp rounded-circle shadow-sm"/>
|
|
</a>
|
|
</t>
|
|
<a href="/website/sm/google/plus"
|
|
class="s_share_google" target="_blank" t-if="website.social_google_plus">
|
|
<i class="fa fa-google-plus rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/sm/snapchat" target="_blank" t-if="website.social_snapchat">
|
|
<i class="fa fa-snapchat rounded-circle shadow-sm"
|
|
style="color: #FFFC00; text-decoration: none;"/>
|
|
</a>
|
|
<a href="/website/sm/flickr" target="_blank"
|
|
style="color: #FF0084; text-decoration: none;" t-if="website.social_flickr">
|
|
<i class="fa fa-flickr rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/sm/quora"
|
|
class="s_share_youtube" target="_blank" t-if="website.social_quora">
|
|
<i class="fa fa-quora rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/sm/pinterest"
|
|
class="s_share_pinterest" target="_blank" t-if="website.social_pinterest">
|
|
<i class="fa fa-pinterest rounded-circle shadow-sm"/>
|
|
</a>
|
|
<a href="/website/sm/dribble"
|
|
class="s_share_youtube" target="_blank" t-if="website.social_dribble">
|
|
<i class="fa fa-dribbble rounded-circle shadow-sm"
|
|
style="color: #EA4C89; text-decoration: none;"/>
|
|
</a>
|
|
<a href="/website/sm/tumblr"
|
|
class="s_share_youtube" target="_blank" t-if="website.social_tumblr">
|
|
<i class="fa fa-tumblr rounded-circle shadow-sm"
|
|
style="color: #36465D; text-decoration: none;"/>
|
|
</a>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|