diff --git a/ground/views/goods.php b/ground/views/goods.php
deleted file mode 100644
index 640e95f..0000000
--- a/ground/views/goods.php
+++ /dev/null
@@ -1,10 +0,0 @@
-Товар:
-
-Артикул: =$id?>
-Название: =$name?>
-Цена: =$price?>
-Номер категории: =$categoryId?>
-Производитель: =$vendorName?>
-Остаток на складе: =$count?>
-Описание: =$description?>
-
diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php
index 1de9da4..1936092 100644
--- a/ground/views/indexTemplate.php
+++ b/ground/views/indexTemplate.php
@@ -1,6 +1,6 @@
-test:
-
+Категории точек:
+
+
diff --git a/ground/views/layout.php b/ground/views/layout.php
index 7bf00a2..e63b36c 100644
--- a/ground/views/layout.php
+++ b/ground/views/layout.php
@@ -1,14 +1,12 @@
- Тестовое задание для Timeweb
+ =App::getConfig('title')?>
- Магазин радиотоваров
+ =App::getConfig('title')?>
Главная |
- Выгрузка в Яндекс.Маркет |
- Yandex |
- Контакты
+ Точки
= isset($content) && !empty($content) ? $content : 'No content =(' ?>
diff --git a/ground/views/testTemplate.php b/ground/views/testTemplate.php
deleted file mode 100644
index 322348e..0000000
--- a/ground/views/testTemplate.php
+++ /dev/null
@@ -1,5 +0,0 @@
-Проверка кирилицы и вывода значений переданных переменных:
-=$name?>
-=$fname?>
-=$phone?>
-=App::getConfig('hello')?>
\ No newline at end of file
diff --git a/ground/views/yandexMarket.php b/ground/views/yandexMarket.php
deleted file mode 100644
index e10f869..0000000
--- a/ground/views/yandexMarket.php
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
- Test for Timeweb
- Dmitry Krivchikov
- http://all4dk.blogspot.com/
-
-
-
-
-
-
-
-
-
- = $val['name'] ?>
-
-
-
-
-
- = App::getConfig('localDeliveryPrice') ?>
-
-
-
-
-
-
- http://yam.loc/index/catalog/id/= $val['id'] ?>
- = $val['price'] ?>
- RUR
- = $val['categoryId'] ?>
- true
- = App::getConfig('localDeliveryPrice') ?>
- = $categorySet[$val['categoryId']]['name'] ?>
- = $val['vendorName'] ?>
- ---
- = $val['name'] ?>
- = $val['description'] ?>
-
-
-
-
-
-
-
-
\ No newline at end of file