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.

18 lines
392 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="footer_default_extra"
  5. inherit_id="website.footer_default">
  6. <xpath expr="//a[6]"
  7. position="after">
  8. <a t-att-href="website.social_xing"
  9. t-if="website.social_xing">
  10. <i class="fa fa-xing"/>
  11. </a>
  12. </xpath>
  13. </template>
  14. </data>
  15. </openerp>