diff --git a/plugins/Morpheus/templates/dashboard.twig b/plugins/Morpheus/templates/dashboard.twig
index 79dd12ca1e0871311950ff310dfc4a2974271d68..cebc8be707089fa21fc35e47cf72e5cbb613937a 100644
--- a/plugins/Morpheus/templates/dashboard.twig
+++ b/plugins/Morpheus/templates/dashboard.twig
@@ -15,13 +15,12 @@
 {% set bodyClass = postEvent('Template.bodyClass', 'dashboard') %}
 
 {% block body %}
+    {{ postEvent("Template.header", "dashboard") }}
     {{ parent() }}
-    {{ postEvent("Template.footer") }}
+    {{ postEvent("Template.footer", "dashboard") }}
 {% endblock %}
 
 {% block root %}
-    {{ postEvent("Template.header", "dashboard") }}
-    
     {% include "@CoreHome/_warningInvalidHost.twig" %}
     {% include "@CoreHome/_topScreen.twig" %}