Commit 551803f0dd040617a23ccc6d990ba33ec5e60064

Authored by Eugeny Galkovskiy
1 parent 53f37047

123

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
@@ -238,6 +238,8 @@ class PageController extends \controllers\ControllerBase @@ -238,6 +238,8 @@ class PageController extends \controllers\ControllerBase
238 238
239 if($type==='pro_companiu') 239 if($type==='pro_companiu')
240 $this->view->setMainView('about_ukr'); 240 $this->view->setMainView('about_ukr');
  241 + if($type==='o-kompanii')
  242 + $this->view->setMainView('about_ukr');
241 elseif($type==='pro_companiu_en') 243 elseif($type==='pro_companiu_en')
242 $this->view->setMainView('about_eng'); 244 $this->view->setMainView('about_eng');
243 } 245 }