diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_admin.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_admin.tpl
index db83dc8be..54307b5bc 100644
--- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_admin.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_admin.tpl
@@ -4,13 +4,13 @@
Dashboard
Profile
Settings
+ {if isset($hook_info)} {foreach from=$hook_info key=arrkey item=element} {$element.menu_display}{/foreach}{/if}
Users
Queues
Support Groups
Plugins
- {if isset($hook_info)} {foreach from=$hook_info key=arrkey item=element} {$element.menu_display}{/foreach}{/if}
Syncing
Logout
{/block}
diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_mod.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_mod.tpl
index cffdfdb5a..e4fbdcc69 100644
--- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_mod.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_mod.tpl
@@ -4,9 +4,9 @@
Dashboard
Profile
Settings
+ {if isset($hook_info)} {foreach from=$hook_info key=arrkey item=element} {$element.menu_display}{/foreach}{/if}
Users
- {if isset($hook_info)} {foreach from=$hook_info key=arrkey item=element} {$element.menu_display}{/foreach}{/if}
Queues
Support Groups
diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_user.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_user.tpl
index 57aad4c8b..e70b7c164 100644
--- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_user.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/layout_user.tpl
@@ -3,9 +3,9 @@
Profile
Settings
-
- Create New Ticket
{if isset($hook_info)} {foreach from=$hook_info key=arrkey item=element} {$element.menu_display}{/foreach}{/if}
+
+ Create New Ticket
Logout
{/block}