[FIX] stupid typo
authorRichard Mathot <rim@openerp.com>
Mon, 2 Jun 2014 15:01:44 +0000 (17:01 +0200)
committerRichard Mathot <rim@openerp.com>
Mon, 2 Jun 2014 15:01:44 +0000 (17:01 +0200)
addons/website_event/views/website_event.xml
addons/website_forum/views/website_forum.xml
addons/website_forum_doc/views/website_doc.xml

index 62f8ed9..15bb778 100644 (file)
@@ -16,7 +16,7 @@
 </template>
 
 <!-- Layout add nav and footer -->
-<template id="header_footer_custom" inherit_id="website.footer_custom" name="Footer Events Link">
+<template id="header_footer_custom" inherit_id="website.footer_default" name="Footer Events Link">
     <xpath expr="//ul[@id='products']" position="inside">
         <li><a href="/event">Events</a></li>
     </xpath>
index d603c99..a38c1a0 100644 (file)
@@ -14,7 +14,7 @@
 </template>
 
 <!-- Layout add nav and footer -->
-<template id="header_footer_custom" inherit_id="website.footer_custom"
+<template id="header_footer_custom" inherit_id="website.footer_default"
     name="Footer Questions Link">
     <xpath expr="//ul[@id='products']" position="inside">
         <li><a t-attf-href="/forum/%(website_forum.forum_help)d">Q&amp;A</a></li>
index 83b72b9..14dae04 100644 (file)
@@ -3,7 +3,7 @@
     <data>
 
         <!-- Layout add nav and footer -->
-        <template id="header_footer_custom" inherit_id="website.footer_custom"
+        <template id="header_footer_custom" inherit_id="website.footer_default"
             name="Footer Documentation Link">
             <xpath expr="//ul[@id='products']" position="inside">
                 <li><a href="/forum/how-to">Documentation</a></li>