[FIX] website_blog: use new custom footer

This commit is contained in:
Richard Mathot 2014-06-02 12:11:18 +02:00
parent fe3775b96f
commit 401607ed11
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
</template>
<!-- Layout add nav and footer -->
<template id="header_footer_custom" inherit_id="website.layout" name="Footer News Blog Link">
<xpath expr="//footer//div[@name='info']/ul" position="inside">
<template id="header_footer_custom" inherit_id="website.footer_default" name="Footer News Blog Link">
<xpath expr="//div[@id='info']/ul" position="inside">
<li><a t-attf-href="/blog/%(website_blog.blog_blog_1)d">News</a></li>
</xpath>
</template>