--- a/src/pyams_content/root/__init__.py Fri May 18 15:51:14 2018 +0200
+++ b/src/pyams_content/root/__init__.py Fri May 18 15:51:58 2018 +0200
@@ -19,6 +19,8 @@
# import interfaces
from pyams_content.features.alert.interfaces import IAlertTarget
+from pyams_content.features.footer.interfaces import IFooterTarget
+from pyams_content.features.header.interfaces import IHeaderTarget
from pyams_content.features.preview.interfaces import IPreviewTarget
from pyams_content.interfaces import WEBMASTER_ROLE, OPERATOR_ROLE
from pyams_content.root.interfaces import ISiteRootRoles, ISiteRootConfiguration, ISiteRoot, \
@@ -45,7 +47,7 @@
@implementer(IDefaultProtectionPolicy, ISiteRoot, ISiteRootRoles, IPortalContext,
- IAlertTarget, IPreviewTarget)
+ IHeaderTarget, IFooterTarget, IAlertTarget, IPreviewTarget)
class SiteRoot(ProtectedObject, BaseSiteRoot, UserSkinnableContent):
"""Main site root"""