Commit 53f37047672ea9c2a749744e66b0b34c3d1e4f42
1 parent
ea47436b
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==='pro_companiu-1') | |
239 | + if($type==='pro_companiu') | |
240 | 240 | $this->view->setMainView('about_ukr'); |
241 | - elseif($type==='pro_companiu-1en') | |
241 | + elseif($type==='pro_companiu_en') | |
242 | 242 | $this->view->setMainView('about_eng'); |
243 | 243 | } |
244 | 244 | ... | ... |