From 8225e1933216fb49be4adeb0fed9e12e67146248 Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 21:14:15 +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.weather.php => weather/class.weather.php | 0 index.php => weather/index.php | 0 {lang => weather/lang}/bg.php | 0 {lang => weather/lang}/bg.txt | 0 {lang => weather/lang}/en.php | 0 {lang => weather/lang}/en.txt | 0 {lang => weather/lang}/ru.php | 0 {lang => weather/lang}/ru.txt | 0 module.php => weather/module.php | 0 sql.php => weather/sql.php | 0 {templates => weather/templates}/admin_weather.tpl | 0 .../templates}/css/weatherplugin.css | 0 .../templates}/fonts/WeatherIcons-Regular.otf | Bin .../fonts/weathericons-regular-webfont.eot | Bin .../fonts/weathericons-regular-webfont.svg | 0 .../fonts/weathericons-regular-webfont.ttf | Bin .../fonts/weathericons-regular-webfont.woff | Bin {templates => weather/templates}/weather.tpl | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename class.weather.php => weather/class.weather.php (100%) rename index.php => weather/index.php (100%) rename {lang => weather/lang}/bg.php (100%) rename {lang => weather/lang}/bg.txt (100%) rename {lang => weather/lang}/en.php (100%) rename {lang => weather/lang}/en.txt (100%) rename {lang => weather/lang}/ru.php (100%) rename {lang => weather/lang}/ru.txt (100%) rename module.php => weather/module.php (100%) rename sql.php => weather/sql.php (100%) rename {templates => weather/templates}/admin_weather.tpl (100%) rename {templates => weather/templates}/css/weatherplugin.css (100%) rename {templates => weather/templates}/fonts/WeatherIcons-Regular.otf (100%) rename {templates => weather/templates}/fonts/weathericons-regular-webfont.eot (100%) rename {templates => weather/templates}/fonts/weathericons-regular-webfont.svg (100%) rename {templates => weather/templates}/fonts/weathericons-regular-webfont.ttf (100%) rename {templates => weather/templates}/fonts/weathericons-regular-webfont.woff (100%) rename {templates => weather/templates}/weather.tpl (100%) diff --git a/class.weather.php b/weather/class.weather.php similarity index 100% rename from class.weather.php rename to weather/class.weather.php diff --git a/index.php b/weather/index.php similarity index 100% rename from index.php rename to weather/index.php diff --git a/lang/bg.php b/weather/lang/bg.php similarity index 100% rename from lang/bg.php rename to weather/lang/bg.php diff --git a/lang/bg.txt b/weather/lang/bg.txt similarity index 100% rename from lang/bg.txt rename to weather/lang/bg.txt diff --git a/lang/en.php b/weather/lang/en.php similarity index 100% rename from lang/en.php rename to weather/lang/en.php diff --git a/lang/en.txt b/weather/lang/en.txt similarity index 100% rename from lang/en.txt rename to weather/lang/en.txt diff --git a/lang/ru.php b/weather/lang/ru.php similarity index 100% rename from lang/ru.php rename to weather/lang/ru.php diff --git a/lang/ru.txt b/weather/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to weather/lang/ru.txt diff --git a/module.php b/weather/module.php similarity index 100% rename from module.php rename to weather/module.php diff --git a/sql.php b/weather/sql.php similarity index 100% rename from sql.php rename to weather/sql.php diff --git a/templates/admin_weather.tpl b/weather/templates/admin_weather.tpl similarity index 100% rename from templates/admin_weather.tpl rename to weather/templates/admin_weather.tpl diff --git a/templates/css/weatherplugin.css b/weather/templates/css/weatherplugin.css similarity index 100% rename from templates/css/weatherplugin.css rename to weather/templates/css/weatherplugin.css diff --git a/templates/fonts/WeatherIcons-Regular.otf b/weather/templates/fonts/WeatherIcons-Regular.otf similarity index 100% rename from templates/fonts/WeatherIcons-Regular.otf rename to weather/templates/fonts/WeatherIcons-Regular.otf diff --git a/templates/fonts/weathericons-regular-webfont.eot b/weather/templates/fonts/weathericons-regular-webfont.eot similarity index 100% rename from templates/fonts/weathericons-regular-webfont.eot rename to weather/templates/fonts/weathericons-regular-webfont.eot diff --git a/templates/fonts/weathericons-regular-webfont.svg b/weather/templates/fonts/weathericons-regular-webfont.svg similarity index 100% rename from templates/fonts/weathericons-regular-webfont.svg rename to weather/templates/fonts/weathericons-regular-webfont.svg diff --git a/templates/fonts/weathericons-regular-webfont.ttf b/weather/templates/fonts/weathericons-regular-webfont.ttf similarity index 100% rename from templates/fonts/weathericons-regular-webfont.ttf rename to weather/templates/fonts/weathericons-regular-webfont.ttf diff --git a/templates/fonts/weathericons-regular-webfont.woff b/weather/templates/fonts/weathericons-regular-webfont.woff similarity index 100% rename from templates/fonts/weathericons-regular-webfont.woff rename to weather/templates/fonts/weathericons-regular-webfont.woff diff --git a/templates/weather.tpl b/weather/templates/weather.tpl similarity index 100% rename from templates/weather.tpl rename to weather/templates/weather.tpl