diff --git a/Havana-Web/src/main/java/org/alexdev/http/util/config/WebServerConfigWriter.java b/Havana-Web/src/main/java/org/alexdev/http/util/config/WebServerConfigWriter.java index 05ad127..85bd901 100644 --- a/Havana-Web/src/main/java/org/alexdev/http/util/config/WebServerConfigWriter.java +++ b/Havana-Web/src/main/java/org/alexdev/http/util/config/WebServerConfigWriter.java @@ -26,7 +26,7 @@ public class WebServerConfigWriter implements ConfigWriter { config.put("mysql.database", "havana"); config.put("template.directory", "tools/www-tpl"); - config.put("template.name", "default"); + config.put("template.name", "default-en"); return config; } diff --git a/tools/www-tpl/default/OLD_install_shockwave.tpl b/tools/www-tpl/default-en/OLD_install_shockwave.tpl similarity index 100% rename from tools/www-tpl/default/OLD_install_shockwave.tpl rename to tools/www-tpl/default-en/OLD_install_shockwave.tpl diff --git a/tools/www-tpl/default/OLD_shockwave_app.tpl b/tools/www-tpl/default-en/OLD_shockwave_app.tpl similarity index 100% rename from tools/www-tpl/default/OLD_shockwave_app.tpl rename to tools/www-tpl/default-en/OLD_shockwave_app.tpl diff --git a/tools/www-tpl/default/account/banned.tpl b/tools/www-tpl/default-en/account/banned.tpl similarity index 100% rename from tools/www-tpl/default/account/banned.tpl rename to tools/www-tpl/default-en/account/banned.tpl diff --git a/tools/www-tpl/default/account/email/account_activated.tpl b/tools/www-tpl/default-en/account/email/account_activated.tpl similarity index 100% rename from tools/www-tpl/default/account/email/account_activated.tpl rename to tools/www-tpl/default-en/account/email/account_activated.tpl diff --git a/tools/www-tpl/default/account/email/account_forgot.tpl b/tools/www-tpl/default-en/account/email/account_forgot.tpl similarity index 100% rename from tools/www-tpl/default/account/email/account_forgot.tpl rename to tools/www-tpl/default-en/account/email/account_forgot.tpl diff --git a/tools/www-tpl/default/account/email/account_recovery.tpl b/tools/www-tpl/default-en/account/email/account_recovery.tpl similarity index 100% rename from tools/www-tpl/default/account/email/account_recovery.tpl rename to tools/www-tpl/default-en/account/email/account_recovery.tpl diff --git a/tools/www-tpl/default/account/email/base/email_footer.tpl b/tools/www-tpl/default-en/account/email/base/email_footer.tpl similarity index 100% rename from tools/www-tpl/default/account/email/base/email_footer.tpl rename to tools/www-tpl/default-en/account/email/base/email_footer.tpl diff --git a/tools/www-tpl/default/account/email/base/email_header.tpl b/tools/www-tpl/default-en/account/email/base/email_header.tpl similarity index 100% rename from tools/www-tpl/default/account/email/base/email_header.tpl rename to tools/www-tpl/default-en/account/email/base/email_header.tpl diff --git a/tools/www-tpl/default/account/email/email_activate.tpl b/tools/www-tpl/default-en/account/email/email_activate.tpl similarity index 100% rename from tools/www-tpl/default/account/email/email_activate.tpl rename to tools/www-tpl/default-en/account/email/email_activate.tpl diff --git a/tools/www-tpl/default/account/email/email_recovery.tpl b/tools/www-tpl/default-en/account/email/email_recovery.tpl similarity index 100% rename from tools/www-tpl/default/account/email/email_recovery.tpl rename to tools/www-tpl/default-en/account/email/email_recovery.tpl diff --git a/tools/www-tpl/default/account/email/email_registered.tpl b/tools/www-tpl/default-en/account/email/email_registered.tpl similarity index 100% rename from tools/www-tpl/default/account/email/email_registered.tpl rename to tools/www-tpl/default-en/account/email/email_registered.tpl diff --git a/tools/www-tpl/default/account/email/sent.tpl b/tools/www-tpl/default-en/account/email/sent.tpl similarity index 100% rename from tools/www-tpl/default/account/email/sent.tpl rename to tools/www-tpl/default-en/account/email/sent.tpl diff --git a/tools/www-tpl/default/account/login.tpl b/tools/www-tpl/default-en/account/login.tpl similarity index 100% rename from tools/www-tpl/default/account/login.tpl rename to tools/www-tpl/default-en/account/login.tpl diff --git a/tools/www-tpl/default/account/logout.tpl b/tools/www-tpl/default-en/account/logout.tpl similarity index 100% rename from tools/www-tpl/default/account/logout.tpl rename to tools/www-tpl/default-en/account/logout.tpl diff --git a/tools/www-tpl/default/account/reauthenticate.tpl b/tools/www-tpl/default-en/account/reauthenticate.tpl similarity index 100% rename from tools/www-tpl/default/account/reauthenticate.tpl rename to tools/www-tpl/default-en/account/reauthenticate.tpl diff --git a/tools/www-tpl/default/account/submit.tpl b/tools/www-tpl/default-en/account/submit.tpl similarity index 100% rename from tools/www-tpl/default/account/submit.tpl rename to tools/www-tpl/default-en/account/submit.tpl diff --git a/tools/www-tpl/default/base/ads_container.tpl b/tools/www-tpl/default-en/base/ads_container.tpl similarity index 100% rename from tools/www-tpl/default/base/ads_container.tpl rename to tools/www-tpl/default-en/base/ads_container.tpl diff --git a/tools/www-tpl/default/base/flash_check.tpl b/tools/www-tpl/default-en/base/flash_check.tpl similarity index 100% rename from tools/www-tpl/default/base/flash_check.tpl rename to tools/www-tpl/default-en/base/flash_check.tpl diff --git a/tools/www-tpl/default/base/footer.tpl b/tools/www-tpl/default-en/base/footer.tpl similarity index 100% rename from tools/www-tpl/default/base/footer.tpl rename to tools/www-tpl/default-en/base/footer.tpl diff --git a/tools/www-tpl/default/base/frontpage_header.tpl b/tools/www-tpl/default-en/base/frontpage_header.tpl similarity index 100% rename from tools/www-tpl/default/base/frontpage_header.tpl rename to tools/www-tpl/default-en/base/frontpage_header.tpl diff --git a/tools/www-tpl/default/base/hc_status.tpl b/tools/www-tpl/default-en/base/hc_status.tpl similarity index 100% rename from tools/www-tpl/default/base/hc_status.tpl rename to tools/www-tpl/default-en/base/hc_status.tpl diff --git a/tools/www-tpl/default/base/header.tpl b/tools/www-tpl/default-en/base/header.tpl similarity index 100% rename from tools/www-tpl/default/base/header.tpl rename to tools/www-tpl/default-en/base/header.tpl diff --git a/tools/www-tpl/default/base/tag_cloud.tpl b/tools/www-tpl/default-en/base/tag_cloud.tpl similarity index 100% rename from tools/www-tpl/default/base/tag_cloud.tpl rename to tools/www-tpl/default-en/base/tag_cloud.tpl diff --git a/tools/www-tpl/default/base/tag_search.tpl b/tools/www-tpl/default-en/base/tag_search.tpl similarity index 100% rename from tools/www-tpl/default/base/tag_search.tpl rename to tools/www-tpl/default-en/base/tag_search.tpl diff --git a/tools/www-tpl/default/client.tpl b/tools/www-tpl/default-en/client.tpl similarity index 100% rename from tools/www-tpl/default/client.tpl rename to tools/www-tpl/default-en/client.tpl diff --git a/tools/www-tpl/default/client_beta.tpl b/tools/www-tpl/default-en/client_beta.tpl similarity index 100% rename from tools/www-tpl/default/client_beta.tpl rename to tools/www-tpl/default-en/client_beta.tpl diff --git a/tools/www-tpl/default/client_connection_failed.tpl b/tools/www-tpl/default-en/client_connection_failed.tpl similarity index 100% rename from tools/www-tpl/default/client_connection_failed.tpl rename to tools/www-tpl/default-en/client_connection_failed.tpl diff --git a/tools/www-tpl/default/client_error.tpl b/tools/www-tpl/default-en/client_error.tpl similarity index 100% rename from tools/www-tpl/default/client_error.tpl rename to tools/www-tpl/default-en/client_error.tpl diff --git a/tools/www-tpl/default/client_flash.tpl b/tools/www-tpl/default-en/client_flash.tpl similarity index 100% rename from tools/www-tpl/default/client_flash.tpl rename to tools/www-tpl/default-en/client_flash.tpl diff --git a/tools/www-tpl/default/client_install_shockwave.tpl b/tools/www-tpl/default-en/client_install_shockwave.tpl similarity index 100% rename from tools/www-tpl/default/client_install_shockwave.tpl rename to tools/www-tpl/default-en/client_install_shockwave.tpl diff --git a/tools/www-tpl/default/club.tpl b/tools/www-tpl/default-en/club.tpl similarity index 100% rename from tools/www-tpl/default/club.tpl rename to tools/www-tpl/default-en/club.tpl diff --git a/tools/www-tpl/default/club_tryout.tpl b/tools/www-tpl/default-en/club_tryout.tpl similarity index 100% rename from tools/www-tpl/default/club_tryout.tpl rename to tools/www-tpl/default-en/club_tryout.tpl diff --git a/tools/www-tpl/default/collectables.tpl b/tools/www-tpl/default-en/collectables.tpl similarity index 100% rename from tools/www-tpl/default/collectables.tpl rename to tools/www-tpl/default-en/collectables.tpl diff --git a/tools/www-tpl/default/community.tpl b/tools/www-tpl/default-en/community.tpl similarity index 100% rename from tools/www-tpl/default/community.tpl rename to tools/www-tpl/default-en/community.tpl diff --git a/tools/www-tpl/default/credits.tpl b/tools/www-tpl/default-en/credits.tpl similarity index 100% rename from tools/www-tpl/default/credits.tpl rename to tools/www-tpl/default-en/credits.tpl diff --git a/tools/www-tpl/default/credits_history.tpl b/tools/www-tpl/default-en/credits_history.tpl similarity index 100% rename from tools/www-tpl/default/credits_history.tpl rename to tools/www-tpl/default-en/credits_history.tpl diff --git a/tools/www-tpl/default/error.tpl b/tools/www-tpl/default-en/error.tpl similarity index 100% rename from tools/www-tpl/default/error.tpl rename to tools/www-tpl/default-en/error.tpl diff --git a/tools/www-tpl/default/faq.tpl b/tools/www-tpl/default-en/faq.tpl similarity index 100% rename from tools/www-tpl/default/faq.tpl rename to tools/www-tpl/default-en/faq.tpl diff --git a/tools/www-tpl/default/games.tpl b/tools/www-tpl/default-en/games.tpl similarity index 100% rename from tools/www-tpl/default/games.tpl rename to tools/www-tpl/default-en/games.tpl diff --git a/tools/www-tpl/default/groups.tpl b/tools/www-tpl/default-en/groups.tpl similarity index 100% rename from tools/www-tpl/default/groups.tpl rename to tools/www-tpl/default-en/groups.tpl diff --git a/tools/www-tpl/default/groups/discussion.tpl b/tools/www-tpl/default-en/groups/discussion.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussion.tpl rename to tools/www-tpl/default-en/groups/discussion.tpl diff --git a/tools/www-tpl/default/groups/discussion_replies.tpl b/tools/www-tpl/default-en/groups/discussion_replies.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussion_replies.tpl rename to tools/www-tpl/default-en/groups/discussion_replies.tpl diff --git a/tools/www-tpl/default/groups/discussions/confirm_delete_topic.tpl b/tools/www-tpl/default-en/groups/discussions/confirm_delete_topic.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussions/confirm_delete_topic.tpl rename to tools/www-tpl/default-en/groups/discussions/confirm_delete_topic.tpl diff --git a/tools/www-tpl/default/groups/discussions/newpost.tpl b/tools/www-tpl/default-en/groups/discussions/newpost.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussions/newpost.tpl rename to tools/www-tpl/default-en/groups/discussions/newpost.tpl diff --git a/tools/www-tpl/default/groups/discussions/opentopicsettings.tpl b/tools/www-tpl/default-en/groups/discussions/opentopicsettings.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussions/opentopicsettings.tpl rename to tools/www-tpl/default-en/groups/discussions/opentopicsettings.tpl diff --git a/tools/www-tpl/default/groups/discussions/previewpost.tpl b/tools/www-tpl/default-en/groups/discussions/previewpost.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussions/previewpost.tpl rename to tools/www-tpl/default-en/groups/discussions/previewpost.tpl diff --git a/tools/www-tpl/default/groups/discussions/previewtopic.tpl b/tools/www-tpl/default-en/groups/discussions/previewtopic.tpl similarity index 100% rename from tools/www-tpl/default/groups/discussions/previewtopic.tpl rename to tools/www-tpl/default-en/groups/discussions/previewtopic.tpl diff --git a/tools/www-tpl/default/groups/favourite/confirm_deselect_favourite.tpl b/tools/www-tpl/default-en/groups/favourite/confirm_deselect_favourite.tpl similarity index 100% rename from tools/www-tpl/default/groups/favourite/confirm_deselect_favourite.tpl rename to tools/www-tpl/default-en/groups/favourite/confirm_deselect_favourite.tpl diff --git a/tools/www-tpl/default/groups/favourite/confirm_select_favourite.tpl b/tools/www-tpl/default-en/groups/favourite/confirm_select_favourite.tpl similarity index 100% rename from tools/www-tpl/default/groups/favourite/confirm_select_favourite.tpl rename to tools/www-tpl/default-en/groups/favourite/confirm_select_favourite.tpl diff --git a/tools/www-tpl/default/groups/habblet/check_group_url.tpl b/tools/www-tpl/default-en/groups/habblet/check_group_url.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/check_group_url.tpl rename to tools/www-tpl/default-en/groups/habblet/check_group_url.tpl diff --git a/tools/www-tpl/default/groups/habblet/confirm_delete_group.tpl b/tools/www-tpl/default-en/groups/habblet/confirm_delete_group.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/confirm_delete_group.tpl rename to tools/www-tpl/default-en/groups/habblet/confirm_delete_group.tpl diff --git a/tools/www-tpl/default/groups/habblet/delete_group.tpl b/tools/www-tpl/default-en/groups/habblet/delete_group.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/delete_group.tpl rename to tools/www-tpl/default-en/groups/habblet/delete_group.tpl diff --git a/tools/www-tpl/default/groups/habblet/group_create_form.tpl b/tools/www-tpl/default-en/groups/habblet/group_create_form.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/group_create_form.tpl rename to tools/www-tpl/default-en/groups/habblet/group_create_form.tpl diff --git a/tools/www-tpl/default/groups/habblet/group_settings.tpl b/tools/www-tpl/default-en/groups/habblet/group_settings.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/group_settings.tpl rename to tools/www-tpl/default-en/groups/habblet/group_settings.tpl diff --git a/tools/www-tpl/default/groups/habblet/listgrouptags.tpl b/tools/www-tpl/default-en/groups/habblet/listgrouptags.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/listgrouptags.tpl rename to tools/www-tpl/default-en/groups/habblet/listgrouptags.tpl diff --git a/tools/www-tpl/default/groups/habblet/purchase_ajax.tpl b/tools/www-tpl/default-en/groups/habblet/purchase_ajax.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/purchase_ajax.tpl rename to tools/www-tpl/default-en/groups/habblet/purchase_ajax.tpl diff --git a/tools/www-tpl/default/groups/habblet/purchase_confirmation.tpl b/tools/www-tpl/default-en/groups/habblet/purchase_confirmation.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/purchase_confirmation.tpl rename to tools/www-tpl/default-en/groups/habblet/purchase_confirmation.tpl diff --git a/tools/www-tpl/default/groups/habblet/purchase_result_error.tpl b/tools/www-tpl/default-en/groups/habblet/purchase_result_error.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/purchase_result_error.tpl rename to tools/www-tpl/default-en/groups/habblet/purchase_result_error.tpl diff --git a/tools/www-tpl/default/groups/habblet/show_badge_editor.tpl b/tools/www-tpl/default-en/groups/habblet/show_badge_editor.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/show_badge_editor.tpl rename to tools/www-tpl/default-en/groups/habblet/show_badge_editor.tpl diff --git a/tools/www-tpl/default/groups/habblet/update_group_settings.tpl b/tools/www-tpl/default-en/groups/habblet/update_group_settings.tpl similarity index 100% rename from tools/www-tpl/default/groups/habblet/update_group_settings.tpl rename to tools/www-tpl/default-en/groups/habblet/update_group_settings.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_accept.tpl b/tools/www-tpl/default-en/groups/member/confirm_accept.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_accept.tpl rename to tools/www-tpl/default-en/groups/member/confirm_accept.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_decline.tpl b/tools/www-tpl/default-en/groups/member/confirm_decline.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_decline.tpl rename to tools/www-tpl/default-en/groups/member/confirm_decline.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_give_rights.tpl b/tools/www-tpl/default-en/groups/member/confirm_give_rights.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_give_rights.tpl rename to tools/www-tpl/default-en/groups/member/confirm_give_rights.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_leave.tpl b/tools/www-tpl/default-en/groups/member/confirm_leave.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_leave.tpl rename to tools/www-tpl/default-en/groups/member/confirm_leave.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_remove.tpl b/tools/www-tpl/default-en/groups/member/confirm_remove.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_remove.tpl rename to tools/www-tpl/default-en/groups/member/confirm_remove.tpl diff --git a/tools/www-tpl/default/groups/member/confirm_revoke_rights.tpl b/tools/www-tpl/default-en/groups/member/confirm_revoke_rights.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/confirm_revoke_rights.tpl rename to tools/www-tpl/default-en/groups/member/confirm_revoke_rights.tpl diff --git a/tools/www-tpl/default/groups/member/leave.tpl b/tools/www-tpl/default-en/groups/member/leave.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/leave.tpl rename to tools/www-tpl/default-en/groups/member/leave.tpl diff --git a/tools/www-tpl/default/groups/member/member_added.tpl b/tools/www-tpl/default-en/groups/member/member_added.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/member_added.tpl rename to tools/www-tpl/default-en/groups/member/member_added.tpl diff --git a/tools/www-tpl/default/groups/member/member_added_request.tpl b/tools/www-tpl/default-en/groups/member/member_added_request.tpl similarity index 100% rename from tools/www-tpl/default/groups/member/member_added_request.tpl rename to tools/www-tpl/default-en/groups/member/member_added_request.tpl diff --git a/tools/www-tpl/default/groups/memberlist.tpl b/tools/www-tpl/default-en/groups/memberlist.tpl similarity index 100% rename from tools/www-tpl/default/groups/memberlist.tpl rename to tools/www-tpl/default-en/groups/memberlist.tpl diff --git a/tools/www-tpl/default/groups/view_discussions.tpl b/tools/www-tpl/default-en/groups/view_discussions.tpl similarity index 100% rename from tools/www-tpl/default/groups/view_discussions.tpl rename to tools/www-tpl/default-en/groups/view_discussions.tpl diff --git a/tools/www-tpl/default/habblet/collectiblesConfirm.tpl b/tools/www-tpl/default-en/habblet/collectiblesConfirm.tpl similarity index 100% rename from tools/www-tpl/default/habblet/collectiblesConfirm.tpl rename to tools/www-tpl/default-en/habblet/collectiblesConfirm.tpl diff --git a/tools/www-tpl/default/habblet/collectiblesPurchase.tpl b/tools/www-tpl/default-en/habblet/collectiblesPurchase.tpl similarity index 100% rename from tools/www-tpl/default/habblet/collectiblesPurchase.tpl rename to tools/www-tpl/default-en/habblet/collectiblesPurchase.tpl diff --git a/tools/www-tpl/default/habblet/community_hot_groups.tpl b/tools/www-tpl/default-en/habblet/community_hot_groups.tpl similarity index 100% rename from tools/www-tpl/default/habblet/community_hot_groups.tpl rename to tools/www-tpl/default-en/habblet/community_hot_groups.tpl diff --git a/tools/www-tpl/default/habblet/habboClubConfirm.tpl b/tools/www-tpl/default-en/habblet/habboClubConfirm.tpl similarity index 100% rename from tools/www-tpl/default/habblet/habboClubConfirm.tpl rename to tools/www-tpl/default-en/habblet/habboClubConfirm.tpl diff --git a/tools/www-tpl/default/habblet/habboClubEnddate.tpl b/tools/www-tpl/default-en/habblet/habboClubEnddate.tpl similarity index 100% rename from tools/www-tpl/default/habblet/habboClubEnddate.tpl rename to tools/www-tpl/default-en/habblet/habboClubEnddate.tpl diff --git a/tools/www-tpl/default/habblet/habboClubSubscribe.tpl b/tools/www-tpl/default-en/habblet/habboClubSubscribe.tpl similarity index 100% rename from tools/www-tpl/default/habblet/habboClubSubscribe.tpl rename to tools/www-tpl/default-en/habblet/habboClubSubscribe.tpl diff --git a/tools/www-tpl/default/habblet/habboclubgift.tpl b/tools/www-tpl/default-en/habblet/habboclubgift.tpl similarity index 100% rename from tools/www-tpl/default/habblet/habboclubgift.tpl rename to tools/www-tpl/default-en/habblet/habboclubgift.tpl diff --git a/tools/www-tpl/default/habblet/hot_groups.tpl b/tools/www-tpl/default-en/habblet/hot_groups.tpl similarity index 100% rename from tools/www-tpl/default/habblet/hot_groups.tpl rename to tools/www-tpl/default-en/habblet/hot_groups.tpl diff --git a/tools/www-tpl/default/habblet/invite_addFriend.tpl b/tools/www-tpl/default-en/habblet/invite_addFriend.tpl similarity index 100% rename from tools/www-tpl/default/habblet/invite_addFriend.tpl rename to tools/www-tpl/default-en/habblet/invite_addFriend.tpl diff --git a/tools/www-tpl/default/habblet/invite_confirmAddFriend.tpl b/tools/www-tpl/default-en/habblet/invite_confirmAddFriend.tpl similarity index 100% rename from tools/www-tpl/default/habblet/invite_confirmAddFriend.tpl rename to tools/www-tpl/default-en/habblet/invite_confirmAddFriend.tpl diff --git a/tools/www-tpl/default/habblet/invite_referralLink.tpl b/tools/www-tpl/default-en/habblet/invite_referralLink.tpl similarity index 100% rename from tools/www-tpl/default/habblet/invite_referralLink.tpl rename to tools/www-tpl/default-en/habblet/invite_referralLink.tpl diff --git a/tools/www-tpl/default/habblet/invite_searchContent.tpl b/tools/www-tpl/default-en/habblet/invite_searchContent.tpl similarity index 100% rename from tools/www-tpl/default/habblet/invite_searchContent.tpl rename to tools/www-tpl/default-en/habblet/invite_searchContent.tpl diff --git a/tools/www-tpl/default/habblet/load_events.tpl b/tools/www-tpl/default-en/habblet/load_events.tpl similarity index 100% rename from tools/www-tpl/default/habblet/load_events.tpl rename to tools/www-tpl/default-en/habblet/load_events.tpl diff --git a/tools/www-tpl/default/habblet/minimail.tpl b/tools/www-tpl/default-en/habblet/minimail.tpl similarity index 100% rename from tools/www-tpl/default/habblet/minimail.tpl rename to tools/www-tpl/default-en/habblet/minimail.tpl diff --git a/tools/www-tpl/default/habblet/minimail/minimail_load_message.tpl b/tools/www-tpl/default-en/habblet/minimail/minimail_load_message.tpl similarity index 100% rename from tools/www-tpl/default/habblet/minimail/minimail_load_message.tpl rename to tools/www-tpl/default-en/habblet/minimail/minimail_load_message.tpl diff --git a/tools/www-tpl/default/habblet/minimail/minimail_messages.tpl b/tools/www-tpl/default-en/habblet/minimail/minimail_messages.tpl similarity index 100% rename from tools/www-tpl/default/habblet/minimail/minimail_messages.tpl rename to tools/www-tpl/default-en/habblet/minimail/minimail_messages.tpl diff --git a/tools/www-tpl/default/habblet/myTagList.tpl b/tools/www-tpl/default-en/habblet/myTagList.tpl similarity index 100% rename from tools/www-tpl/default/habblet/myTagList.tpl rename to tools/www-tpl/default-en/habblet/myTagList.tpl diff --git a/tools/www-tpl/default/habblet/news_sidebar.tpl b/tools/www-tpl/default-en/habblet/news_sidebar.tpl similarity index 100% rename from tools/www-tpl/default/habblet/news_sidebar.tpl rename to tools/www-tpl/default-en/habblet/news_sidebar.tpl diff --git a/tools/www-tpl/default/habblet/nextgift.tpl b/tools/www-tpl/default-en/habblet/nextgift.tpl similarity index 100% rename from tools/www-tpl/default/habblet/nextgift.tpl rename to tools/www-tpl/default-en/habblet/nextgift.tpl diff --git a/tools/www-tpl/default/habblet/personalhighscores.tpl b/tools/www-tpl/default-en/habblet/personalhighscores.tpl similarity index 100% rename from tools/www-tpl/default/habblet/personalhighscores.tpl rename to tools/www-tpl/default-en/habblet/personalhighscores.tpl diff --git a/tools/www-tpl/default/habblet/redeemvoucher.tpl b/tools/www-tpl/default-en/habblet/redeemvoucher.tpl similarity index 100% rename from tools/www-tpl/default/habblet/redeemvoucher.tpl rename to tools/www-tpl/default-en/habblet/redeemvoucher.tpl diff --git a/tools/www-tpl/default/habblet/roomselectionConfirm.tpl b/tools/www-tpl/default-en/habblet/roomselectionConfirm.tpl similarity index 100% rename from tools/www-tpl/default/habblet/roomselectionConfirm.tpl rename to tools/www-tpl/default-en/habblet/roomselectionConfirm.tpl diff --git a/tools/www-tpl/default/habblet/showMoreRooms.tpl b/tools/www-tpl/default-en/habblet/showMoreRooms.tpl similarity index 100% rename from tools/www-tpl/default/habblet/showMoreRooms.tpl rename to tools/www-tpl/default-en/habblet/showMoreRooms.tpl diff --git a/tools/www-tpl/default/habblet/tagFightResult.tpl b/tools/www-tpl/default-en/habblet/tagFightResult.tpl similarity index 100% rename from tools/www-tpl/default/habblet/tagFightResult.tpl rename to tools/www-tpl/default-en/habblet/tagFightResult.tpl diff --git a/tools/www-tpl/default/habblet/tagList.tpl b/tools/www-tpl/default-en/habblet/tagList.tpl similarity index 100% rename from tools/www-tpl/default/habblet/tagList.tpl rename to tools/www-tpl/default-en/habblet/tagList.tpl diff --git a/tools/www-tpl/default/habblet/tagMatch.tpl b/tools/www-tpl/default-en/habblet/tagMatch.tpl similarity index 100% rename from tools/www-tpl/default/habblet/tagMatch.tpl rename to tools/www-tpl/default-en/habblet/tagMatch.tpl diff --git a/tools/www-tpl/default/home.tpl b/tools/www-tpl/default-en/home.tpl similarity index 100% rename from tools/www-tpl/default/home.tpl rename to tools/www-tpl/default-en/home.tpl diff --git a/tools/www-tpl/default/homes/editor/noteeditor.tpl b/tools/www-tpl/default-en/homes/editor/noteeditor.tpl similarity index 100% rename from tools/www-tpl/default/homes/editor/noteeditor.tpl rename to tools/www-tpl/default-en/homes/editor/noteeditor.tpl diff --git a/tools/www-tpl/default/homes/editor/preview.tpl b/tools/www-tpl/default-en/homes/editor/preview.tpl similarity index 100% rename from tools/www-tpl/default/homes/editor/preview.tpl rename to tools/www-tpl/default-en/homes/editor/preview.tpl diff --git a/tools/www-tpl/default/homes/editor/search.tpl b/tools/www-tpl/default-en/homes/editor/search.tpl similarity index 100% rename from tools/www-tpl/default/homes/editor/search.tpl rename to tools/www-tpl/default-en/homes/editor/search.tpl diff --git a/tools/www-tpl/default/homes/inventory/inventory.tpl b/tools/www-tpl/default-en/homes/inventory/inventory.tpl similarity index 100% rename from tools/www-tpl/default/homes/inventory/inventory.tpl rename to tools/www-tpl/default-en/homes/inventory/inventory.tpl diff --git a/tools/www-tpl/default/homes/inventory/inventory_items.tpl b/tools/www-tpl/default-en/homes/inventory/inventory_items.tpl similarity index 100% rename from tools/www-tpl/default/homes/inventory/inventory_items.tpl rename to tools/www-tpl/default-en/homes/inventory/inventory_items.tpl diff --git a/tools/www-tpl/default/homes/inventory/inventory_preview.tpl b/tools/www-tpl/default-en/homes/inventory/inventory_preview.tpl similarity index 100% rename from tools/www-tpl/default/homes/inventory/inventory_preview.tpl rename to tools/www-tpl/default-en/homes/inventory/inventory_preview.tpl diff --git a/tools/www-tpl/default/homes/store/background_warning.tpl b/tools/www-tpl/default-en/homes/store/background_warning.tpl similarity index 100% rename from tools/www-tpl/default/homes/store/background_warning.tpl rename to tools/www-tpl/default-en/homes/store/background_warning.tpl diff --git a/tools/www-tpl/default/homes/store/items.tpl b/tools/www-tpl/default-en/homes/store/items.tpl similarity index 100% rename from tools/www-tpl/default/homes/store/items.tpl rename to tools/www-tpl/default-en/homes/store/items.tpl diff --git a/tools/www-tpl/default/homes/store/main.tpl b/tools/www-tpl/default-en/homes/store/main.tpl similarity index 100% rename from tools/www-tpl/default/homes/store/main.tpl rename to tools/www-tpl/default-en/homes/store/main.tpl diff --git a/tools/www-tpl/default/homes/store/preview.tpl b/tools/www-tpl/default-en/homes/store/preview.tpl similarity index 100% rename from tools/www-tpl/default/homes/store/preview.tpl rename to tools/www-tpl/default-en/homes/store/preview.tpl diff --git a/tools/www-tpl/default/homes/store/purchase_confirm.tpl b/tools/www-tpl/default-en/homes/store/purchase_confirm.tpl similarity index 100% rename from tools/www-tpl/default/homes/store/purchase_confirm.tpl rename to tools/www-tpl/default-en/homes/store/purchase_confirm.tpl diff --git a/tools/www-tpl/default/homes/widget/badges_widget.tpl b/tools/www-tpl/default-en/homes/widget/badges_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/badges_widget.tpl rename to tools/www-tpl/default-en/homes/widget/badges_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/friends_widget.tpl b/tools/www-tpl/default-en/homes/widget/friends_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/friends_widget.tpl rename to tools/www-tpl/default-en/homes/widget/friends_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/group_info_widget.tpl b/tools/www-tpl/default-en/homes/widget/group_info_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/group_info_widget.tpl rename to tools/www-tpl/default-en/homes/widget/group_info_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/groups_widget.tpl b/tools/www-tpl/default-en/homes/widget/groups_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/groups_widget.tpl rename to tools/www-tpl/default-en/homes/widget/groups_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/guestbook/add.tpl b/tools/www-tpl/default-en/homes/widget/guestbook/add.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/guestbook/add.tpl rename to tools/www-tpl/default-en/homes/widget/guestbook/add.tpl diff --git a/tools/www-tpl/default/homes/widget/guestbook/preview.tpl b/tools/www-tpl/default-en/homes/widget/guestbook/preview.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/guestbook/preview.tpl rename to tools/www-tpl/default-en/homes/widget/guestbook/preview.tpl diff --git a/tools/www-tpl/default/homes/widget/guestbook_widget.tpl b/tools/www-tpl/default-en/homes/widget/guestbook_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/guestbook_widget.tpl rename to tools/www-tpl/default-en/homes/widget/guestbook_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/avatarinfo.tpl b/tools/www-tpl/default-en/homes/widget/habblet/avatarinfo.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/avatarinfo.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/avatarinfo.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/badgepaging.tpl b/tools/www-tpl/default-en/homes/widget/habblet/badgepaging.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/badgepaging.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/badgepaging.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/friendsearchpaging.tpl b/tools/www-tpl/default-en/homes/widget/habblet/friendsearchpaging.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/friendsearchpaging.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/friendsearchpaging.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/groupinfo.tpl b/tools/www-tpl/default-en/homes/widget/habblet/groupinfo.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/groupinfo.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/groupinfo.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/membersearchpaging.tpl b/tools/www-tpl/default-en/homes/widget/habblet/membersearchpaging.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/membersearchpaging.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/membersearchpaging.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/rate.tpl b/tools/www-tpl/default-en/homes/widget/habblet/rate.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/rate.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/rate.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/taglist.tpl b/tools/www-tpl/default-en/homes/widget/habblet/taglist.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/taglist.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/taglist.tpl diff --git a/tools/www-tpl/default/homes/widget/habblet/trax_song.tpl b/tools/www-tpl/default-en/homes/widget/habblet/trax_song.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/habblet/trax_song.tpl rename to tools/www-tpl/default-en/homes/widget/habblet/trax_song.tpl diff --git a/tools/www-tpl/default/homes/widget/highscores_widget.tpl b/tools/www-tpl/default-en/homes/widget/highscores_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/highscores_widget.tpl rename to tools/www-tpl/default-en/homes/widget/highscores_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/member_widget.tpl b/tools/www-tpl/default-en/homes/widget/member_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/member_widget.tpl rename to tools/www-tpl/default-en/homes/widget/member_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/note.tpl b/tools/www-tpl/default-en/homes/widget/note.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/note.tpl rename to tools/www-tpl/default-en/homes/widget/note.tpl diff --git a/tools/www-tpl/default/homes/widget/profile_widget.tpl b/tools/www-tpl/default-en/homes/widget/profile_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/profile_widget.tpl rename to tools/www-tpl/default-en/homes/widget/profile_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/rating_widget.tpl b/tools/www-tpl/default-en/homes/widget/rating_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/rating_widget.tpl rename to tools/www-tpl/default-en/homes/widget/rating_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/rooms_widget.tpl b/tools/www-tpl/default-en/homes/widget/rooms_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/rooms_widget.tpl rename to tools/www-tpl/default-en/homes/widget/rooms_widget.tpl diff --git a/tools/www-tpl/default/homes/widget/sticker.tpl b/tools/www-tpl/default-en/homes/widget/sticker.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/sticker.tpl rename to tools/www-tpl/default-en/homes/widget/sticker.tpl diff --git a/tools/www-tpl/default/homes/widget/trax_player_widget.tpl b/tools/www-tpl/default-en/homes/widget/trax_player_widget.tpl similarity index 100% rename from tools/www-tpl/default/homes/widget/trax_player_widget.tpl rename to tools/www-tpl/default-en/homes/widget/trax_player_widget.tpl diff --git a/tools/www-tpl/default/housekeeping/articles.tpl b/tools/www-tpl/default-en/housekeeping/articles.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/articles.tpl rename to tools/www-tpl/default-en/housekeeping/articles.tpl diff --git a/tools/www-tpl/default/housekeeping/articles_create.tpl b/tools/www-tpl/default-en/housekeeping/articles_create.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/articles_create.tpl rename to tools/www-tpl/default-en/housekeeping/articles_create.tpl diff --git a/tools/www-tpl/default/housekeeping/articles_edit.tpl b/tools/www-tpl/default-en/housekeeping/articles_edit.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/articles_edit.tpl rename to tools/www-tpl/default-en/housekeeping/articles_edit.tpl diff --git a/tools/www-tpl/default/housekeeping/base/alert.tpl b/tools/www-tpl/default-en/housekeeping/base/alert.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/base/alert.tpl rename to tools/www-tpl/default-en/housekeeping/base/alert.tpl diff --git a/tools/www-tpl/default/housekeeping/base/footer.tpl b/tools/www-tpl/default-en/housekeeping/base/footer.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/base/footer.tpl rename to tools/www-tpl/default-en/housekeeping/base/footer.tpl diff --git a/tools/www-tpl/default/housekeeping/base/header.tpl b/tools/www-tpl/default-en/housekeeping/base/header.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/base/header.tpl rename to tools/www-tpl/default-en/housekeeping/base/header.tpl diff --git a/tools/www-tpl/default/housekeeping/base/navigation.tpl b/tools/www-tpl/default-en/housekeeping/base/navigation.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/base/navigation.tpl rename to tools/www-tpl/default-en/housekeeping/base/navigation.tpl diff --git a/tools/www-tpl/default/housekeeping/catalogue_frontpage.tpl b/tools/www-tpl/default-en/housekeeping/catalogue_frontpage.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/catalogue_frontpage.tpl rename to tools/www-tpl/default-en/housekeeping/catalogue_frontpage.tpl diff --git a/tools/www-tpl/default/housekeeping/configurations.tpl b/tools/www-tpl/default-en/housekeeping/configurations.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/configurations.tpl rename to tools/www-tpl/default-en/housekeeping/configurations.tpl diff --git a/tools/www-tpl/default/housekeeping/dashboard.tpl b/tools/www-tpl/default-en/housekeeping/dashboard.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/dashboard.tpl rename to tools/www-tpl/default-en/housekeeping/dashboard.tpl diff --git a/tools/www-tpl/default/housekeeping/infobus_polls.tpl b/tools/www-tpl/default-en/housekeeping/infobus_polls.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/infobus_polls.tpl rename to tools/www-tpl/default-en/housekeeping/infobus_polls.tpl diff --git a/tools/www-tpl/default/housekeeping/infobus_polls_create.tpl b/tools/www-tpl/default-en/housekeeping/infobus_polls_create.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/infobus_polls_create.tpl rename to tools/www-tpl/default-en/housekeeping/infobus_polls_create.tpl diff --git a/tools/www-tpl/default/housekeeping/infobus_polls_edit.tpl b/tools/www-tpl/default-en/housekeeping/infobus_polls_edit.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/infobus_polls_edit.tpl rename to tools/www-tpl/default-en/housekeeping/infobus_polls_edit.tpl diff --git a/tools/www-tpl/default/housekeeping/infobus_polls_view.tpl b/tools/www-tpl/default-en/housekeeping/infobus_polls_view.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/infobus_polls_view.tpl rename to tools/www-tpl/default-en/housekeeping/infobus_polls_view.tpl diff --git a/tools/www-tpl/default/housekeeping/login.tpl b/tools/www-tpl/default-en/housekeeping/login.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/login.tpl rename to tools/www-tpl/default-en/housekeeping/login.tpl diff --git a/tools/www-tpl/default/housekeeping/room_ads.tpl b/tools/www-tpl/default-en/housekeeping/room_ads.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/room_ads.tpl rename to tools/www-tpl/default-en/housekeeping/room_ads.tpl diff --git a/tools/www-tpl/default/housekeeping/room_ads_create.tpl b/tools/www-tpl/default-en/housekeeping/room_ads_create.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/room_ads_create.tpl rename to tools/www-tpl/default-en/housekeeping/room_ads_create.tpl diff --git a/tools/www-tpl/default/housekeeping/room_badges.tpl b/tools/www-tpl/default-en/housekeeping/room_badges.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/room_badges.tpl rename to tools/www-tpl/default-en/housekeeping/room_badges.tpl diff --git a/tools/www-tpl/default/housekeeping/room_badges_create.tpl b/tools/www-tpl/default-en/housekeeping/room_badges_create.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/room_badges_create.tpl rename to tools/www-tpl/default-en/housekeeping/room_badges_create.tpl diff --git a/tools/www-tpl/default/housekeeping/transaction/search_results.tpl b/tools/www-tpl/default-en/housekeeping/transaction/search_results.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/transaction/search_results.tpl rename to tools/www-tpl/default-en/housekeeping/transaction/search_results.tpl diff --git a/tools/www-tpl/default/housekeeping/transaction_item_lookup.tpl b/tools/www-tpl/default-en/housekeeping/transaction_item_lookup.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/transaction_item_lookup.tpl rename to tools/www-tpl/default-en/housekeeping/transaction_item_lookup.tpl diff --git a/tools/www-tpl/default/housekeeping/transaction_lookup.tpl b/tools/www-tpl/default-en/housekeeping/transaction_lookup.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/transaction_lookup.tpl rename to tools/www-tpl/default-en/housekeeping/transaction_lookup.tpl diff --git a/tools/www-tpl/default/housekeeping/users_bans.tpl b/tools/www-tpl/default-en/housekeeping/users_bans.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/users_bans.tpl rename to tools/www-tpl/default-en/housekeeping/users_bans.tpl diff --git a/tools/www-tpl/default/housekeeping/users_create.tpl b/tools/www-tpl/default-en/housekeeping/users_create.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/users_create.tpl rename to tools/www-tpl/default-en/housekeeping/users_create.tpl diff --git a/tools/www-tpl/default/housekeeping/users_edit.tpl b/tools/www-tpl/default-en/housekeeping/users_edit.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/users_edit.tpl rename to tools/www-tpl/default-en/housekeeping/users_edit.tpl diff --git a/tools/www-tpl/default/housekeeping/users_search.tpl b/tools/www-tpl/default-en/housekeeping/users_search.tpl similarity index 100% rename from tools/www-tpl/default/housekeeping/users_search.tpl rename to tools/www-tpl/default-en/housekeeping/users_search.tpl diff --git a/tools/www-tpl/default/index.tpl b/tools/www-tpl/default-en/index.tpl similarity index 100% rename from tools/www-tpl/default/index.tpl rename to tools/www-tpl/default-en/index.tpl diff --git a/tools/www-tpl/default/index_chromide.tpl b/tools/www-tpl/default-en/index_chromide.tpl similarity index 100% rename from tools/www-tpl/default/index_chromide.tpl rename to tools/www-tpl/default-en/index_chromide.tpl diff --git a/tools/www-tpl/default/index_old.tpl b/tools/www-tpl/default-en/index_old.tpl similarity index 100% rename from tools/www-tpl/default/index_old.tpl rename to tools/www-tpl/default-en/index_old.tpl diff --git a/tools/www-tpl/default/index_old_idol.tpl b/tools/www-tpl/default-en/index_old_idol.tpl similarity index 100% rename from tools/www-tpl/default/index_old_idol.tpl rename to tools/www-tpl/default-en/index_old_idol.tpl diff --git a/tools/www-tpl/default/index_v32.tpl b/tools/www-tpl/default-en/index_v32.tpl similarity index 100% rename from tools/www-tpl/default/index_v32.tpl rename to tools/www-tpl/default-en/index_v32.tpl diff --git a/tools/www-tpl/default/maintenance.tpl b/tools/www-tpl/default-en/maintenance.tpl similarity index 100% rename from tools/www-tpl/default/maintenance.tpl rename to tools/www-tpl/default-en/maintenance.tpl diff --git a/tools/www-tpl/default/maintenance_old.tpl b/tools/www-tpl/default-en/maintenance_old.tpl similarity index 100% rename from tools/www-tpl/default/maintenance_old.tpl rename to tools/www-tpl/default-en/maintenance_old.tpl diff --git a/tools/www-tpl/default/me.tpl b/tools/www-tpl/default-en/me.tpl similarity index 100% rename from tools/www-tpl/default/me.tpl rename to tools/www-tpl/default-en/me.tpl diff --git a/tools/www-tpl/default/news_articles.tpl b/tools/www-tpl/default-en/news_articles.tpl similarity index 100% rename from tools/www-tpl/default/news_articles.tpl rename to tools/www-tpl/default-en/news_articles.tpl diff --git a/tools/www-tpl/default/overrides/default.tpl b/tools/www-tpl/default-en/overrides/default.tpl similarity index 100% rename from tools/www-tpl/default/overrides/default.tpl rename to tools/www-tpl/default-en/overrides/default.tpl diff --git a/tools/www-tpl/default/pixels.tpl b/tools/www-tpl/default-en/pixels.tpl similarity index 100% rename from tools/www-tpl/default/pixels.tpl rename to tools/www-tpl/default-en/pixels.tpl diff --git a/tools/www-tpl/default/profile/change_email.tpl b/tools/www-tpl/default-en/profile/change_email.tpl similarity index 100% rename from tools/www-tpl/default/profile/change_email.tpl rename to tools/www-tpl/default-en/profile/change_email.tpl diff --git a/tools/www-tpl/default/profile/change_looks.tpl b/tools/www-tpl/default-en/profile/change_looks.tpl similarity index 100% rename from tools/www-tpl/default/profile/change_looks.tpl rename to tools/www-tpl/default-en/profile/change_looks.tpl diff --git a/tools/www-tpl/default/profile/change_password.tpl b/tools/www-tpl/default-en/profile/change_password.tpl similarity index 100% rename from tools/www-tpl/default/profile/change_password.tpl rename to tools/www-tpl/default-en/profile/change_password.tpl diff --git a/tools/www-tpl/default/profile/change_preferences.tpl b/tools/www-tpl/default-en/profile/change_preferences.tpl similarity index 100% rename from tools/www-tpl/default/profile/change_preferences.tpl rename to tools/www-tpl/default-en/profile/change_preferences.tpl diff --git a/tools/www-tpl/default/profile/change_trade_settings.tpl b/tools/www-tpl/default-en/profile/change_trade_settings.tpl similarity index 100% rename from tools/www-tpl/default/profile/change_trade_settings.tpl rename to tools/www-tpl/default-en/profile/change_trade_settings.tpl diff --git a/tools/www-tpl/default/profile/friend_management.tpl b/tools/www-tpl/default-en/profile/friend_management.tpl similarity index 100% rename from tools/www-tpl/default/profile/friend_management.tpl rename to tools/www-tpl/default-en/profile/friend_management.tpl diff --git a/tools/www-tpl/default/profile/profile_widgets/friend_category_options.tpl b/tools/www-tpl/default-en/profile/profile_widgets/friend_category_options.tpl similarity index 100% rename from tools/www-tpl/default/profile/profile_widgets/friend_category_options.tpl rename to tools/www-tpl/default-en/profile/profile_widgets/friend_category_options.tpl diff --git a/tools/www-tpl/default/profile/profile_widgets/friend_category_widget.tpl b/tools/www-tpl/default-en/profile/profile_widgets/friend_category_widget.tpl similarity index 100% rename from tools/www-tpl/default/profile/profile_widgets/friend_category_widget.tpl rename to tools/www-tpl/default-en/profile/profile_widgets/friend_category_widget.tpl diff --git a/tools/www-tpl/default/profile/profile_widgets/friend_view_category.tpl b/tools/www-tpl/default-en/profile/profile_widgets/friend_view_category.tpl similarity index 100% rename from tools/www-tpl/default/profile/profile_widgets/friend_view_category.tpl rename to tools/www-tpl/default-en/profile/profile_widgets/friend_view_category.tpl diff --git a/tools/www-tpl/default/profile/profile_widgets/join_club.tpl b/tools/www-tpl/default-en/profile/profile_widgets/join_club.tpl similarity index 100% rename from tools/www-tpl/default/profile/profile_widgets/join_club.tpl rename to tools/www-tpl/default-en/profile/profile_widgets/join_club.tpl diff --git a/tools/www-tpl/default/profile/verify_email.tpl b/tools/www-tpl/default-en/profile/verify_email.tpl similarity index 100% rename from tools/www-tpl/default/profile/verify_email.tpl rename to tools/www-tpl/default-en/profile/verify_email.tpl diff --git a/tools/www-tpl/default/quickmenu/friends_all.tpl b/tools/www-tpl/default-en/quickmenu/friends_all.tpl similarity index 100% rename from tools/www-tpl/default/quickmenu/friends_all.tpl rename to tools/www-tpl/default-en/quickmenu/friends_all.tpl diff --git a/tools/www-tpl/default/quickmenu/groups.tpl b/tools/www-tpl/default-en/quickmenu/groups.tpl similarity index 100% rename from tools/www-tpl/default/quickmenu/groups.tpl rename to tools/www-tpl/default-en/quickmenu/groups.tpl diff --git a/tools/www-tpl/default/quickmenu/rooms.tpl b/tools/www-tpl/default-en/quickmenu/rooms.tpl similarity index 100% rename from tools/www-tpl/default/quickmenu/rooms.tpl rename to tools/www-tpl/default-en/quickmenu/rooms.tpl diff --git a/tools/www-tpl/default/reauthenticate.tpl b/tools/www-tpl/default-en/reauthenticate.tpl similarity index 100% rename from tools/www-tpl/default/reauthenticate.tpl rename to tools/www-tpl/default-en/reauthenticate.tpl diff --git a/tools/www-tpl/default/register.tpl b/tools/www-tpl/default-en/register.tpl similarity index 100% rename from tools/www-tpl/default/register.tpl rename to tools/www-tpl/default-en/register.tpl diff --git a/tools/www-tpl/default/register_disabled.tpl b/tools/www-tpl/default-en/register_disabled.tpl similarity index 100% rename from tools/www-tpl/default/register_disabled.tpl rename to tools/www-tpl/default-en/register_disabled.tpl diff --git a/tools/www-tpl/default/security_check.tpl b/tools/www-tpl/default-en/security_check.tpl similarity index 100% rename from tools/www-tpl/default/security_check.tpl rename to tools/www-tpl/default-en/security_check.tpl diff --git a/tools/www-tpl/default/tag.tpl b/tools/www-tpl/default-en/tag.tpl similarity index 100% rename from tools/www-tpl/default/tag.tpl rename to tools/www-tpl/default-en/tag.tpl diff --git a/tools/www-tpl/default/welcome.tpl b/tools/www-tpl/default-en/welcome.tpl similarity index 100% rename from tools/www-tpl/default/welcome.tpl rename to tools/www-tpl/default-en/welcome.tpl