templates.xml 504 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="assets_frontend_back2top" inherit_id="website.assets_frontend" active="True" customize_show="True" name="Back2top">
  5. <xpath expr="." position="inside">
  6. <link rel='stylesheet' href='/website_back2top/static/src/css/website_scroll_back2top.css'/>
  7. <script type="text/javascript" src="/website_back2top/static/src/js/website_scroll_back2top.js"></script>
  8. </xpath>
  9. </template>
  10. </data>
  11. </openerp>