From bd2473f8dcb653fa146698dfc5c27b55a022060c Mon Sep 17 00:00:00 2001
From: Richard Mathot <rim@openerp.com>
Date: Mon, 2 Jun 2014 17:01:44 +0200
Subject: [PATCH] [FIX] stupid typo

---
 addons/website_event/views/website_event.xml   | 2 +-
 addons/website_forum/views/website_forum.xml   | 2 +-
 addons/website_forum_doc/views/website_doc.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/addons/website_event/views/website_event.xml b/addons/website_event/views/website_event.xml
index 62f8ed9aa5a9..15bb778ab0b2 100644
--- a/addons/website_event/views/website_event.xml
+++ b/addons/website_event/views/website_event.xml
@@ -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>
diff --git a/addons/website_forum/views/website_forum.xml b/addons/website_forum/views/website_forum.xml
index d603c990caaf..a38c1a0756cf 100644
--- a/addons/website_forum/views/website_forum.xml
+++ b/addons/website_forum/views/website_forum.xml
@@ -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>
diff --git a/addons/website_forum_doc/views/website_doc.xml b/addons/website_forum_doc/views/website_doc.xml
index 83b72b990320..14dae04b78d0 100644
--- a/addons/website_forum_doc/views/website_doc.xml
+++ b/addons/website_forum_doc/views/website_doc.xml
@@ -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>
-- 
GitLab