diff options
author | thomascube <thomas@roundcube.net> | 2005-10-26 22:12:36 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-26 22:12:36 +0000 |
commit | b076a460e5418ae8f0db0b4b392d91853fd2a21b (patch) | |
tree | 2528fa73bddf1fe04f35192d611d2dd1f91d0671 /skins/default/templates/addidentity.html | |
parent | fa3addfc5d03046cd173fde7e7875bad2badc6da (diff) |
Finished message sorting and fixed some skin issues
Diffstat (limited to 'skins/default/templates/addidentity.html')
-rw-r--r-- | skins/default/templates/addidentity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/addidentity.html b/skins/default/templates/addidentity.html index 96bb6dd5a..6d29cad1d 100644 --- a/skins/default/templates/addidentity.html +++ b/skins/default/templates/addidentity.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" /> @@ -29,7 +30,6 @@ </div> </div> -<roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/settingscripts.html" /> </body> |