diff --git a/admin-dev/themes/template/header.tpl b/admin-dev/themes/template/header.tpl
index 071f675d0..0f3e4d42e 100644
--- a/admin-dev/themes/template/header.tpl
+++ b/admin-dev/themes/template/header.tpl
@@ -306,19 +306,6 @@ $(document).ready(function()
{/if}
- {* We should display breadcrumb only if needed *}
- {if count($tabs_breadcrumb)>1}
-
{if $shop_context == 'group'}
diff --git a/admin-dev/themes/template/helper/list/list_header.tpl b/admin-dev/themes/template/helper/list/list_header.tpl
index 04ba16dfb..a5c6993f0 100644
--- a/admin-dev/themes/template/helper/list/list_header.tpl
+++ b/admin-dev/themes/template/helper/list/list_header.tpl
@@ -56,17 +56,20 @@
});
- {if $show_toolbar}
-
-
{block name=pageTitle}
- {$page_title|default:' '}
- {/block}
-
- {include file="toolbar.tpl" toolbar_btn=$toolbar_btn}
- {/if}
{/if}{* End if simple_header *}
+{if $show_toolbar}
+
+{/if}
+{block name="leadin"}{/block}