Commit ea47436bb7ea6947cb3656caf1ec917d437e5489

Authored by Eugeny Galkovskiy
1 parent 12b113e6

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,9 +236,9 @@ class PageController extends \controllers\ControllerBase
236 } 236 }
237 237
238 238
239 - if($type==='pro_companiu-test') 239 + if($type==='pro_companiu-1')
240 $this->view->setMainView('about_ukr'); 240 $this->view->setMainView('about_ukr');
241 - elseif($type==='pro_companiu-en') 241 + elseif($type==='pro_companiu-1en')
242 $this->view->setMainView('about_eng'); 242 $this->view->setMainView('about_eng');
243 } 243 }
244 244