diff --git a/admin-dev/themes/default/template/customers/view.tpl b/admin-dev/themes/default/template/customers/view.tpl
index 6efe6350a..6b02f572e 100644
--- a/admin-dev/themes/default/template/customers/view.tpl
+++ b/admin-dev/themes/default/template/customers/view.tpl
@@ -148,9 +148,7 @@
{/if}
{* display hook specified to this page : AdminCustomers *}
- {if $hook !== false}
-
{$hook}
- {/if}
+ {hook h="displayAdminCustomers" id_customer=$customer->id}
diff --git a/admin-dev/themes/default/template/feature_value/form.tpl b/admin-dev/themes/default/template/feature_value/form.tpl
index 09c1444c8..e3cf0bcf9 100644
--- a/admin-dev/themes/default/template/feature_value/form.tpl
+++ b/admin-dev/themes/default/template/feature_value/form.tpl
@@ -28,6 +28,6 @@
{block name="end_field_block"}
{if $input.name == 'id_feature'}
- {if isset($hook)}{$hook}{/if}
+ {hook h="displayFeatureValueForm" id_feature_value=$feature_value->id}
{/if}
{/block}
diff --git a/admin-dev/themes/default/template/footer.tpl b/admin-dev/themes/default/template/footer.tpl
index d47f2f7cb..a462583b4 100644
--- a/admin-dev/themes/default/template/footer.tpl
+++ b/admin-dev/themes/default/template/footer.tpl
@@ -27,7 +27,7 @@
{if $display_footer}
- {$HOOK_FOOTER}
+ {hook h="displayBackOfficeFooter"}