From d5c6be95e54d1655f0ba1e92deed66cd5e892517 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 14 Sep 2017 15:53:21 +0300 Subject: [PATCH] Страница Цены --- frontend/controllers/SiteController.php | 4 ++++ frontend/views/site/price.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ frontend/web/css/custom.css | 3 +++ 3 files changed, 75 insertions(+), 0 deletions(-) create mode 100644 frontend/views/site/price.php diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 60555d4..b34a4cd 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -148,4 +148,8 @@ public function actionAppment(){ return $this->render('appment'); } + + public function actionPrice(){ + return $this->render('price'); + } } diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php new file mode 100644 index 0000000..92732b0 --- /dev/null +++ b/frontend/views/site/price.php @@ -0,0 +1,68 @@ +get('seo'); +$this->title = \Yii::t('app', 'Цены'); +$this->params[ 'breadcrumbs' ][] = $this->title; +?> + +
+
+ +
+

title?>

+
+
+
+
+ +
+
+
+ Стоматология +
+
+
+
+ Косметология +
+
+
+ +
+
+
+ + +
+ +
+ + + +
+ +
\ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index d0d4838..088489c 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -211,4 +211,7 @@ } .pages#get-it{ padding: 20px 0 20px; +} +.price-page{ + margin-bottom: 50px; } \ No newline at end of file -- libgit2 0.21.4