From a4f582744fecfe973acfa14c2a3deb3de1c504cd Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 21:13:00 +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 --- ReadMe.txt => comment/ReadMe.txt | 0 class.comment.php => comment/class.comment.php | 0 index.php => comment/index.php | 0 {js => comment/js}/comment.js | 0 {lang => comment/lang}/index.php | 0 {lang => comment/lang}/ru.txt | 0 module.php => comment/module.php | 0 sql.php => comment/sql.php | 0 {templates => comment/templates}/admin_comments.tpl | 0 {templates => comment/templates}/admin_edit.tpl | 0 {templates => comment/templates}/admin_settings.tpl | 0 {templates => comment/templates}/comment_edit.tpl | 0 {templates => comment/templates}/comment_form.tpl | 0 {templates => comment/templates}/comment_info.tpl | 0 {templates => comment/templates}/comment_new.tpl | 0 .../templates}/comment_thankyou.tpl | 0 {templates => comment/templates}/comments_show.tpl | 0 {templates => comment/templates}/comments_tree.tpl | 0 .../templates}/comments_tree_sub.tpl | 0 {templates => comment/templates}/images/edit.gif | Bin {templates => comment/templates}/images/lock.gif | Bin {templates => comment/templates}/images/reply.gif | Bin {templates => comment/templates}/images/trash.gif | Bin {templates => comment/templates}/images/unlock.gif | Bin {templates => comment/templates}/index.php | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename ReadMe.txt => comment/ReadMe.txt (100%) rename class.comment.php => comment/class.comment.php (100%) rename index.php => comment/index.php (100%) rename {js => comment/js}/comment.js (100%) rename {lang => comment/lang}/index.php (100%) rename {lang => comment/lang}/ru.txt (100%) rename module.php => comment/module.php (100%) rename sql.php => comment/sql.php (100%) rename {templates => comment/templates}/admin_comments.tpl (100%) rename {templates => comment/templates}/admin_edit.tpl (100%) rename {templates => comment/templates}/admin_settings.tpl (100%) rename {templates => comment/templates}/comment_edit.tpl (100%) rename {templates => comment/templates}/comment_form.tpl (100%) rename {templates => comment/templates}/comment_info.tpl (100%) rename {templates => comment/templates}/comment_new.tpl (100%) rename {templates => comment/templates}/comment_thankyou.tpl (100%) rename {templates => comment/templates}/comments_show.tpl (100%) rename {templates => comment/templates}/comments_tree.tpl (100%) rename {templates => comment/templates}/comments_tree_sub.tpl (100%) rename {templates => comment/templates}/images/edit.gif (100%) rename {templates => comment/templates}/images/lock.gif (100%) rename {templates => comment/templates}/images/reply.gif (100%) rename {templates => comment/templates}/images/trash.gif (100%) rename {templates => comment/templates}/images/unlock.gif (100%) rename {templates => comment/templates}/index.php (100%) diff --git a/ReadMe.txt b/comment/ReadMe.txt similarity index 100% rename from ReadMe.txt rename to comment/ReadMe.txt diff --git a/class.comment.php b/comment/class.comment.php similarity index 100% rename from class.comment.php rename to comment/class.comment.php diff --git a/index.php b/comment/index.php similarity index 100% rename from index.php rename to comment/index.php diff --git a/js/comment.js b/comment/js/comment.js similarity index 100% rename from js/comment.js rename to comment/js/comment.js diff --git a/lang/index.php b/comment/lang/index.php similarity index 100% rename from lang/index.php rename to comment/lang/index.php diff --git a/lang/ru.txt b/comment/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to comment/lang/ru.txt diff --git a/module.php b/comment/module.php similarity index 100% rename from module.php rename to comment/module.php diff --git a/sql.php b/comment/sql.php similarity index 100% rename from sql.php rename to comment/sql.php diff --git a/templates/admin_comments.tpl b/comment/templates/admin_comments.tpl similarity index 100% rename from templates/admin_comments.tpl rename to comment/templates/admin_comments.tpl diff --git a/templates/admin_edit.tpl b/comment/templates/admin_edit.tpl similarity index 100% rename from templates/admin_edit.tpl rename to comment/templates/admin_edit.tpl diff --git a/templates/admin_settings.tpl b/comment/templates/admin_settings.tpl similarity index 100% rename from templates/admin_settings.tpl rename to comment/templates/admin_settings.tpl diff --git a/templates/comment_edit.tpl b/comment/templates/comment_edit.tpl similarity index 100% rename from templates/comment_edit.tpl rename to comment/templates/comment_edit.tpl diff --git a/templates/comment_form.tpl b/comment/templates/comment_form.tpl similarity index 100% rename from templates/comment_form.tpl rename to comment/templates/comment_form.tpl diff --git a/templates/comment_info.tpl b/comment/templates/comment_info.tpl similarity index 100% rename from templates/comment_info.tpl rename to comment/templates/comment_info.tpl diff --git a/templates/comment_new.tpl b/comment/templates/comment_new.tpl similarity index 100% rename from templates/comment_new.tpl rename to comment/templates/comment_new.tpl diff --git a/templates/comment_thankyou.tpl b/comment/templates/comment_thankyou.tpl similarity index 100% rename from templates/comment_thankyou.tpl rename to comment/templates/comment_thankyou.tpl diff --git a/templates/comments_show.tpl b/comment/templates/comments_show.tpl similarity index 100% rename from templates/comments_show.tpl rename to comment/templates/comments_show.tpl diff --git a/templates/comments_tree.tpl b/comment/templates/comments_tree.tpl similarity index 100% rename from templates/comments_tree.tpl rename to comment/templates/comments_tree.tpl diff --git a/templates/comments_tree_sub.tpl b/comment/templates/comments_tree_sub.tpl similarity index 100% rename from templates/comments_tree_sub.tpl rename to comment/templates/comments_tree_sub.tpl diff --git a/templates/images/edit.gif b/comment/templates/images/edit.gif similarity index 100% rename from templates/images/edit.gif rename to comment/templates/images/edit.gif diff --git a/templates/images/lock.gif b/comment/templates/images/lock.gif similarity index 100% rename from templates/images/lock.gif rename to comment/templates/images/lock.gif diff --git a/templates/images/reply.gif b/comment/templates/images/reply.gif similarity index 100% rename from templates/images/reply.gif rename to comment/templates/images/reply.gif diff --git a/templates/images/trash.gif b/comment/templates/images/trash.gif similarity index 100% rename from templates/images/trash.gif rename to comment/templates/images/trash.gif diff --git a/templates/images/unlock.gif b/comment/templates/images/unlock.gif similarity index 100% rename from templates/images/unlock.gif rename to comment/templates/images/unlock.gif diff --git a/templates/index.php b/comment/templates/index.php similarity index 100% rename from templates/index.php rename to comment/templates/index.php