From f03435b382cb2f27b9607dc838e92200a16856a3 Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 20:54:40 +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.faq.php => faq/class.faq.php | 0 index.php => faq/index.php | 0 {lang => faq/lang}/index.php | 0 {lang => faq/lang}/ru.txt | 0 module.php => faq/module.php | 0 sql.php => faq/sql.php | 0 {templates => faq/templates}/admin_faq_edit.tpl | 0 {templates => faq/templates}/admin_faq_list.tpl | 0 {templates => faq/templates}/admin_quest_edit.tpl | 0 {templates => faq/templates}/index.php | 0 {templates => faq/templates}/show_faq.tpl | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename class.faq.php => faq/class.faq.php (100%) rename index.php => faq/index.php (100%) rename {lang => faq/lang}/index.php (100%) rename {lang => faq/lang}/ru.txt (100%) rename module.php => faq/module.php (100%) rename sql.php => faq/sql.php (100%) rename {templates => faq/templates}/admin_faq_edit.tpl (100%) rename {templates => faq/templates}/admin_faq_list.tpl (100%) rename {templates => faq/templates}/admin_quest_edit.tpl (100%) rename {templates => faq/templates}/index.php (100%) rename {templates => faq/templates}/show_faq.tpl (100%) diff --git a/class.faq.php b/faq/class.faq.php similarity index 100% rename from class.faq.php rename to faq/class.faq.php diff --git a/index.php b/faq/index.php similarity index 100% rename from index.php rename to faq/index.php diff --git a/lang/index.php b/faq/lang/index.php similarity index 100% rename from lang/index.php rename to faq/lang/index.php diff --git a/lang/ru.txt b/faq/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to faq/lang/ru.txt diff --git a/module.php b/faq/module.php similarity index 100% rename from module.php rename to faq/module.php diff --git a/sql.php b/faq/sql.php similarity index 100% rename from sql.php rename to faq/sql.php diff --git a/templates/admin_faq_edit.tpl b/faq/templates/admin_faq_edit.tpl similarity index 100% rename from templates/admin_faq_edit.tpl rename to faq/templates/admin_faq_edit.tpl diff --git a/templates/admin_faq_list.tpl b/faq/templates/admin_faq_list.tpl similarity index 100% rename from templates/admin_faq_list.tpl rename to faq/templates/admin_faq_list.tpl diff --git a/templates/admin_quest_edit.tpl b/faq/templates/admin_quest_edit.tpl similarity index 100% rename from templates/admin_quest_edit.tpl rename to faq/templates/admin_quest_edit.tpl diff --git a/templates/index.php b/faq/templates/index.php similarity index 100% rename from templates/index.php rename to faq/templates/index.php diff --git a/templates/show_faq.tpl b/faq/templates/show_faq.tpl similarity index 100% rename from templates/show_faq.tpl rename to faq/templates/show_faq.tpl