diff --git a/addons/website_event/views/website_event.xml b/addons/website_event/views/website_event.xml index 62f8ed9aa5a9153000580dbbbc1f77cc31b3d24a..15bb778ab0b25bb77a4b1faf3ebee9e8603340e9 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 d603c990caaf7d7f777968295f6a6cb196bd0175..a38c1a0756cf58d62671b67520879aa450729947 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&A</a></li> diff --git a/addons/website_forum_doc/views/website_doc.xml b/addons/website_forum_doc/views/website_doc.xml index 83b72b9903208501bb04ca9aedaa062967685870..14dae04b78d0e3740ea1dacf77912f6eeff509e1 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>