diff --git a/class.login.php b/login/class.login.php similarity index 100% rename from class.login.php rename to login/class.login.php diff --git a/index.php b/login/index.php similarity index 100% rename from index.php rename to login/index.php diff --git a/lang/en.txt b/login/lang/en.txt similarity index 100% rename from lang/en.txt rename to login/lang/en.txt diff --git a/lang/index.php b/login/lang/index.php similarity index 100% rename from lang/index.php rename to login/lang/index.php diff --git a/lang/ru.txt b/login/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to login/lang/ru.txt diff --git a/lang/ua.txt b/login/lang/ua.txt similarity index 100% rename from lang/ua.txt rename to login/lang/ua.txt diff --git a/module.php b/login/module.php similarity index 100% rename from module.php rename to login/module.php diff --git a/sql.php b/login/sql.php similarity index 100% rename from sql.php rename to login/sql.php diff --git a/templates/admin_config.tpl b/login/templates/admin_config.tpl similarity index 100% rename from templates/admin_config.tpl rename to login/templates/admin_config.tpl diff --git a/templates/delete_account.tpl b/login/templates/delete_account.tpl similarity index 100% rename from templates/delete_account.tpl rename to login/templates/delete_account.tpl diff --git a/templates/index.php b/login/templates/index.php similarity index 100% rename from templates/index.php rename to login/templates/index.php diff --git a/templates/loginform.tpl b/login/templates/loginform.tpl similarity index 100% rename from templates/loginform.tpl rename to login/templates/loginform.tpl diff --git a/templates/myprofile.tpl b/login/templates/myprofile.tpl similarity index 100% rename from templates/myprofile.tpl rename to login/templates/myprofile.tpl diff --git a/templates/password_change.tpl b/login/templates/password_change.tpl similarity index 100% rename from templates/password_change.tpl rename to login/templates/password_change.tpl diff --git a/templates/password_lost.tpl b/login/templates/password_lost.tpl similarity index 100% rename from templates/password_lost.tpl rename to login/templates/password_lost.tpl diff --git a/templates/password_ok.tpl b/login/templates/password_ok.tpl similarity index 100% rename from templates/password_ok.tpl rename to login/templates/password_ok.tpl diff --git a/templates/process.tpl b/login/templates/process.tpl similarity index 100% rename from templates/process.tpl rename to login/templates/process.tpl diff --git a/templates/register.tpl b/login/templates/register.tpl similarity index 100% rename from templates/register.tpl rename to login/templates/register.tpl diff --git a/templates/register_admin.tpl b/login/templates/register_admin.tpl similarity index 100% rename from templates/register_admin.tpl rename to login/templates/register_admin.tpl diff --git a/templates/register_final.tpl b/login/templates/register_final.tpl similarity index 100% rename from templates/register_final.tpl rename to login/templates/register_final.tpl diff --git a/templates/register_thankyou.tpl b/login/templates/register_thankyou.tpl similarity index 100% rename from templates/register_thankyou.tpl rename to login/templates/register_thankyou.tpl diff --git a/templates/userinfo.tpl b/login/templates/userinfo.tpl similarity index 100% rename from templates/userinfo.tpl rename to login/templates/userinfo.tpl diff --git a/templates/userpanel.tpl b/login/templates/userpanel.tpl similarity index 100% rename from templates/userpanel.tpl rename to login/templates/userpanel.tpl