Commit 28f4ab6b6dd37c9655e19579eedc5b30a7e38b8d
1 parent
be7ee760
add pages
Showing
3 changed files
with
22 additions
and
2 deletions
Show diff stats
frontend/controllers/SiteController.php
... | ... | @@ -2,10 +2,8 @@ |
2 | 2 | namespace frontend\controllers; |
3 | 3 | |
4 | 4 | use artbox\core\models\Feedback; |
5 | - use common\models\blog\Article; | |
6 | 5 | use common\models\Comment; |
7 | 6 | use common\models\Package; |
8 | - use common\models\Price; | |
9 | 7 | use common\models\Service; |
10 | 8 | use common\models\Settings; |
11 | 9 | use common\models\slider\Slide; |
... | ... | @@ -203,4 +201,12 @@ |
203 | 201 | public function actionPage4(){ |
204 | 202 | return $this->render('page4'); |
205 | 203 | } |
204 | + | |
205 | + public function actionPage5(){ | |
206 | + return $this->render('page4'); | |
207 | + } | |
208 | + | |
209 | + public function actionPage6(){ | |
210 | + return $this->render('page4'); | |
211 | + } | |
206 | 212 | } | ... | ... |