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.
19 lines
392 B
19 lines
392 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<template id="footer_default_extra"
|
|
inherit_id="website.footer_default">
|
|
<xpath expr="//a[6]"
|
|
position="after">
|
|
|
|
<a t-att-href="website.social_xing"
|
|
t-if="website.social_xing">
|
|
<i class="fa fa-xing"/>
|
|
</a>
|
|
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</openerp>
|