diff options
Diffstat (limited to 'skins/default/templates/identities.html')
-rw-r--r-- | skins/default/templates/identities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index 7ae2bf007..c96e154fb 100644 --- a/skins/default/templates/identities.html +++ b/skins/default/templates/identities.html @@ -7,6 +7,7 @@ </head> <body> +<roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/settingstabs.html" /> @@ -16,7 +17,6 @@ <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> </div> -<roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/settingscripts.html" /> </body> |