diff --git a/main/template/default/layout/show_footer.tpl b/main/template/default/layout/show_footer.tpl
index 420ab6d0d3..5d2244e70d 100644
--- a/main/template/default/layout/show_footer.tpl
+++ b/main/template/default/layout/show_footer.tpl
@@ -7,9 +7,8 @@
{/if}
{* Content bottom *}
-{if !empty($plugin_content_bottom)}
-
+{if !empty($plugin_content_bottom)}
+
{$plugin_content_bottom}
{/if}
diff --git a/main/template/default/layout/show_header.tpl b/main/template/default/layout/show_header.tpl
index 20ed13d310..0276336aa9 100644
--- a/main/template/default/layout/show_header.tpl
+++ b/main/template/default/layout/show_header.tpl
@@ -3,7 +3,12 @@
for backward compatibility we suppose that the default layout is one column which means ausing a div with class span12
*}
{include file="default/layout/main_header.tpl"}
-{if $show_header}
+{if $show_header}
+ {if !empty($plugin_content_top)}
+
+ {$plugin_content_top}
+
+ {/if}
{include file="default/layout/page_body.tpl"}
{/if}
\ No newline at end of file