From afc3ad5f6f95e1c92d6bb882f9f8e51791539024 Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 21:06:56 +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.gallery.php => gallery/class.gallery.php | 0 index.php => gallery/index.php | 0 {lang => gallery/lang}/ru.txt | 0 module.php => gallery/module.php | 0 sql.php => gallery/sql.php | 0 {templates => gallery/templates}/admin_gallery_edit.tpl | 0 {templates => gallery/templates}/admin_gallery_image.tpl | 0 {templates => gallery/templates}/admin_gallery_list.tpl | 0 {templates => gallery/templates}/admin_gallery_upload_form.tpl | 0 .../templates}/admin_gallery_upload_form_finish.tpl | 0 upload.php => gallery/upload.php | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename class.gallery.php => gallery/class.gallery.php (100%) rename index.php => gallery/index.php (100%) rename {lang => gallery/lang}/ru.txt (100%) rename module.php => gallery/module.php (100%) rename sql.php => gallery/sql.php (100%) rename {templates => gallery/templates}/admin_gallery_edit.tpl (100%) rename {templates => gallery/templates}/admin_gallery_image.tpl (100%) rename {templates => gallery/templates}/admin_gallery_list.tpl (100%) rename {templates => gallery/templates}/admin_gallery_upload_form.tpl (100%) rename {templates => gallery/templates}/admin_gallery_upload_form_finish.tpl (100%) rename upload.php => gallery/upload.php (100%) diff --git a/class.gallery.php b/gallery/class.gallery.php similarity index 100% rename from class.gallery.php rename to gallery/class.gallery.php diff --git a/index.php b/gallery/index.php similarity index 100% rename from index.php rename to gallery/index.php diff --git a/lang/ru.txt b/gallery/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to gallery/lang/ru.txt diff --git a/module.php b/gallery/module.php similarity index 100% rename from module.php rename to gallery/module.php diff --git a/sql.php b/gallery/sql.php similarity index 100% rename from sql.php rename to gallery/sql.php diff --git a/templates/admin_gallery_edit.tpl b/gallery/templates/admin_gallery_edit.tpl similarity index 100% rename from templates/admin_gallery_edit.tpl rename to gallery/templates/admin_gallery_edit.tpl diff --git a/templates/admin_gallery_image.tpl b/gallery/templates/admin_gallery_image.tpl similarity index 100% rename from templates/admin_gallery_image.tpl rename to gallery/templates/admin_gallery_image.tpl diff --git a/templates/admin_gallery_list.tpl b/gallery/templates/admin_gallery_list.tpl similarity index 100% rename from templates/admin_gallery_list.tpl rename to gallery/templates/admin_gallery_list.tpl diff --git a/templates/admin_gallery_upload_form.tpl b/gallery/templates/admin_gallery_upload_form.tpl similarity index 100% rename from templates/admin_gallery_upload_form.tpl rename to gallery/templates/admin_gallery_upload_form.tpl diff --git a/templates/admin_gallery_upload_form_finish.tpl b/gallery/templates/admin_gallery_upload_form_finish.tpl similarity index 100% rename from templates/admin_gallery_upload_form_finish.tpl rename to gallery/templates/admin_gallery_upload_form_finish.tpl diff --git a/upload.php b/gallery/upload.php similarity index 100% rename from upload.php rename to gallery/upload.php