From f635f5a825b15103ce8df62c9eceb3418a6fcbe1 Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 20:56:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B2=20=D0=BF=D0=B0=D0=BF=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class.mailer.php => mailer/class.mailer.php | 0 index.php => mailer/index.php | 0 {lang => mailer/lang}/index.php | 0 {lang => mailer/lang}/ru.txt | 0 module.php => mailer/module.php | 0 sql.php => mailer/sql.php | 0 {templates => mailer/templates}/admin_count_mail.tpl | 0 {templates => mailer/templates}/admin_edit_list.tpl | 0 {templates => mailer/templates}/admin_edit_mail.tpl | 0 {templates => mailer/templates}/admin_multi_add.tpl | 0 {templates => mailer/templates}/admin_show_lists.tpl | 0 {templates => mailer/templates}/admin_show_mails.tpl | 0 {templates => mailer/templates}/index.php | 0 {templates => mailer/templates}/public_form.tpl | 0 {templates => mailer/templates}/public_result.tpl | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename class.mailer.php => mailer/class.mailer.php (100%) rename index.php => mailer/index.php (100%) rename {lang => mailer/lang}/index.php (100%) rename {lang => mailer/lang}/ru.txt (100%) rename module.php => mailer/module.php (100%) rename sql.php => mailer/sql.php (100%) rename {templates => mailer/templates}/admin_count_mail.tpl (100%) rename {templates => mailer/templates}/admin_edit_list.tpl (100%) rename {templates => mailer/templates}/admin_edit_mail.tpl (100%) rename {templates => mailer/templates}/admin_multi_add.tpl (100%) rename {templates => mailer/templates}/admin_show_lists.tpl (100%) rename {templates => mailer/templates}/admin_show_mails.tpl (100%) rename {templates => mailer/templates}/index.php (100%) rename {templates => mailer/templates}/public_form.tpl (100%) rename {templates => mailer/templates}/public_result.tpl (100%) diff --git a/class.mailer.php b/mailer/class.mailer.php similarity index 100% rename from class.mailer.php rename to mailer/class.mailer.php diff --git a/index.php b/mailer/index.php similarity index 100% rename from index.php rename to mailer/index.php diff --git a/lang/index.php b/mailer/lang/index.php similarity index 100% rename from lang/index.php rename to mailer/lang/index.php diff --git a/lang/ru.txt b/mailer/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to mailer/lang/ru.txt diff --git a/module.php b/mailer/module.php similarity index 100% rename from module.php rename to mailer/module.php diff --git a/sql.php b/mailer/sql.php similarity index 100% rename from sql.php rename to mailer/sql.php diff --git a/templates/admin_count_mail.tpl b/mailer/templates/admin_count_mail.tpl similarity index 100% rename from templates/admin_count_mail.tpl rename to mailer/templates/admin_count_mail.tpl diff --git a/templates/admin_edit_list.tpl b/mailer/templates/admin_edit_list.tpl similarity index 100% rename from templates/admin_edit_list.tpl rename to mailer/templates/admin_edit_list.tpl diff --git a/templates/admin_edit_mail.tpl b/mailer/templates/admin_edit_mail.tpl similarity index 100% rename from templates/admin_edit_mail.tpl rename to mailer/templates/admin_edit_mail.tpl diff --git a/templates/admin_multi_add.tpl b/mailer/templates/admin_multi_add.tpl similarity index 100% rename from templates/admin_multi_add.tpl rename to mailer/templates/admin_multi_add.tpl diff --git a/templates/admin_show_lists.tpl b/mailer/templates/admin_show_lists.tpl similarity index 100% rename from templates/admin_show_lists.tpl rename to mailer/templates/admin_show_lists.tpl diff --git a/templates/admin_show_mails.tpl b/mailer/templates/admin_show_mails.tpl similarity index 100% rename from templates/admin_show_mails.tpl rename to mailer/templates/admin_show_mails.tpl diff --git a/templates/index.php b/mailer/templates/index.php similarity index 100% rename from templates/index.php rename to mailer/templates/index.php diff --git a/templates/public_form.tpl b/mailer/templates/public_form.tpl similarity index 100% rename from templates/public_form.tpl rename to mailer/templates/public_form.tpl diff --git a/templates/public_result.tpl b/mailer/templates/public_result.tpl similarity index 100% rename from templates/public_result.tpl rename to mailer/templates/public_result.tpl