Commit db7add6189854970dd2d86cd2194d9d01e33ef78
1 parent
69ea86d2
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
... | ... | @@ -236,9 +236,9 @@ class PageController extends \controllers\ControllerBase |
236 | 236 | } |
237 | 237 | |
238 | 238 | |
239 | - if($type==='test_about_ua') | |
239 | + if($type==='pro_companiu-test') | |
240 | 240 | $this->view->setMainView('about_ukr'); |
241 | - elseif($type==='test_about_eng') | |
241 | + elseif($type==='pro_companiu-test/en') | |
242 | 242 | $this->view->setMainView('about_eng'); |
243 | 243 | } |
244 | 244 | ... | ... |