[FIX] footer

bzr revid: fp@tinyerp.com-20130812115446-i467b25m22mstka5
This commit is contained in:
Fabien Pinckaers 2013-08-12 13:54:46 +02:00
parent 6989e90f0a
commit 4e6fcf9fbd
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
</template>
<template id="footer_custom" inherit_option_id="website.layout" name="Custom Footer">
<xpath expr="body/footer//div[@id='footer_container']" position="attributes">
<xpath expr="//div[@id='footer_container']" position="attributes">
<attribute name="style">display: none</attribute>
</xpath>
</template>