diff --git a/Havana-Server/src/main/java/org/alexdev/havana/util/config/writer/GameConfigWriter.java b/Havana-Server/src/main/java/org/alexdev/havana/util/config/writer/GameConfigWriter.java index 8430b29..bb114bd 100644 --- a/Havana-Server/src/main/java/org/alexdev/havana/util/config/writer/GameConfigWriter.java +++ b/Havana-Server/src/main/java/org/alexdev/havana/util/config/writer/GameConfigWriter.java @@ -65,7 +65,7 @@ public class GameConfigWriter implements ConfigWriter { config.put("battleball.ticket.charge", "2"); config.put("battleball.increase.points", "true"); - config.put("snowstorm.create.game.enabled", "false"); + config.put("snowstorm.create.game.enabled", "true"); config.put("snowstorm.start.minimum.active.teams", "2"); config.put("snowstorm.preparing.game.seconds", "10"); // 5, 4, 3, 2, 1 - then destruction of 1 config.put("snowstorm.game.lifetime.seconds", "0"); 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/havana.sql b/tools/havana.sql index b95c2b4..270e360 100644 --- a/tools/havana.sql +++ b/tools/havana.sql @@ -56040,7 +56040,7 @@ DELETE FROM `rooms`; /*!40000 ALTER TABLE `rooms` DISABLE KEYS */; INSERT INTO `rooms` (`id`, `owner_id`, `category`, `name`, `description`, `model`, `ccts`, `wallpaper`, `floor`, `landscape`, `showname`, `superusers`, `accesstype`, `password`, `visitors_now`, `visitors_max`, `rating`, `icon_data`, `group_id`, `is_hidden`, `created_at`, `updated_at`) VALUES (1, '0', 3, 'Welcome Lounge', 'welcome_lounge', 'newbie_lobby', 'hh_room_nlobby', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 1000, 0, '2018-08-11 07:54:01', '2021-11-02 11:13:09'), - (2, '0', 5, 'Theatredome', 'theatredrome', 'theater', 'hh_room_theater_carneval', 0, 0, '0.0', 0, 0, 0, '', 0, 100, 0, '0|0|', 2398, 0, '2018-08-11 07:54:01', '2022-09-03 12:32:33'), + (2, '0', 5, 'Theatredome', 'theatredrome', 'theater', 'hh_room_theater', 0, 0, '0.0', 0, 0, 0, '', 0, 100, 0, '0|0|', 2398, 0, '2018-08-11 07:54:01', '2022-09-03 12:32:33'), (3, '0', 5, 'Library', 'library', 'library', 'hh_room_library', 0, 0, '0.0', 0, 0, 0, '', 0, 30, 0, '0|0|', 6645, 0, '2018-08-11 07:54:01', '2021-11-02 11:13:32'), (4, '0', 5, 'TV Studio', 'tv_studio', 'tv_studio', 'hh_room_tv_studio_general', 0, 0, '0.0', 0, 0, 0, '', 0, 20, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-02 10:55:29'), (5, '0', 5, 'Cinema', 'habbo_cinema', 'cinema_a', 'hh_room_cinema', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-03 12:32:42'), 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 96% rename from tools/www-tpl/default/base/tag_search.tpl rename to tools/www-tpl/default-en/base/tag_search.tpl index 60d990f..c32206f 100644 --- a/tools/www-tpl/default/base/tag_search.tpl +++ b/tools/www-tpl/default-en/base/tag_search.tpl @@ -29,7 +29,7 @@ {% if habboTag.getUserId() > 0 %} {% set player = habboTag.getUserData() %} - + {{ player.getName() }}
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 99% rename from tools/www-tpl/default/community.tpl rename to tools/www-tpl/default-en/community.tpl index 136284a..e4b2c00 100644 --- a/tools/www-tpl/default/community.tpl +++ b/tools/www-tpl/default-en/community.tpl @@ -326,7 +326,7 @@ var discussionMoreDataHelper = new MoreDataHelper("discussions-toggle-more-data- - {% set num = num + 1 %} {% endfor %} 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 98% rename from tools/www-tpl/default/games.tpl rename to tools/www-tpl/default-en/games.tpl index 61f2d3c..c9547e9 100644 --- a/tools/www-tpl/default/games.tpl +++ b/tools/www-tpl/default-en/games.tpl @@ -8,9 +8,9 @@ - + - + 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 98% rename from tools/www-tpl/default/groups/discussion_replies.tpl rename to tools/www-tpl/default-en/groups/discussion_replies.tpl index 49b894f..b4abada 100644 --- a/tools/www-tpl/default/groups/discussion_replies.tpl +++ b/tools/www-tpl/default-en/groups/discussion_replies.tpl @@ -94,7 +94,7 @@ {% endif %}
Messages: {{ reply.getForumMessages() }}
-
+
{% if reply.hasGroupBadge() %} 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 93% rename from tools/www-tpl/default/groups/discussions/previewpost.tpl rename to tools/www-tpl/default-en/groups/discussions/previewpost.tpl index 6aef0d8..c2f8e15 100644 --- a/tools/www-tpl/default/groups/discussions/previewpost.tpl +++ b/tools/www-tpl/default-en/groups/discussions/previewpost.tpl @@ -10,7 +10,7 @@
Messages: {{ userReplies }}
- +
{% if hasGroup %}
diff --git a/tools/www-tpl/default/groups/discussions/previewtopic.tpl b/tools/www-tpl/default-en/groups/discussions/previewtopic.tpl similarity index 93% rename from tools/www-tpl/default/groups/discussions/previewtopic.tpl rename to tools/www-tpl/default-en/groups/discussions/previewtopic.tpl index 5411895..e5e8bdb 100644 --- a/tools/www-tpl/default/groups/discussions/previewtopic.tpl +++ b/tools/www-tpl/default-en/groups/discussions/previewtopic.tpl @@ -10,7 +10,7 @@
Messages: {{ userReplies }}
- +
{% if hasGroup %}
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 91% rename from tools/www-tpl/default/habblet/invite_searchContent.tpl rename to tools/www-tpl/default-en/habblet/invite_searchContent.tpl index 1b412a5..37e70f8 100644 --- a/tools/www-tpl/default/habblet/invite_searchContent.tpl +++ b/tools/www-tpl/default-en/habblet/invite_searchContent.tpl @@ -2,7 +2,7 @@