Commit 1869f185bdfabe6528755c29e8e91556e16e7652

Authored by Eugeny Galkovskiy
1 parent ef634df3

123

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
... ... @@ -422,7 +422,12 @@ class PageController extends \controllers\ControllerBase
422 422 $this->view->setMainView('landing');
423 423 elseif($subtype==='nasinnja_gazonnikh_trav_1c1')
424 424 $this->view->setMainView('landing_ukr');
425   -
  425 +
  426 +
  427 + if($subtype==='test_about_ua')
  428 + $this->view->setMainView('about_ukr');
  429 + elseif($subtype==='test_about_eng')
  430 + $this->view->setMainView('about_eng');
426 431  
427 432 if(!empty($_GET['calc']))$this->view->setMainView('calc');
428 433 $this->view->setVars([
... ...