Commit 306168831bdfea355792ef61112da6610ed90a7a
1 parent
c7211861
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 | - if($type==='o-kompanii-1') | |
| 241 | + if($type==='o-kompanii') | |
| 242 | 242 | $this->view->setMainView('about_ukr'); |
| 243 | 243 | elseif($type==='pro_companiu_en') |
| 244 | 244 | $this->view->setMainView('about_eng'); | ... | ... |