Files
design-themes/theme_orchid/views/assets.xml
T
2021-05-11 15:45:12 +02:00

12 lines
615 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="less" inherit_id="website.assets_frontend" active="True" priority="1">
<xpath expr="." position="inside">
<link href="/theme_orchid/static/src/less/layout.less" rel="stylesheet" type="text/less"/>
<link href="/theme_orchid/static/src/less/snippets/s_banner_3.less" rel="stylesheet" type="text/less"/>
<link href="/theme_orchid/static/src/less/snippets/s_three_columns.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>