diff --git a/src/app/frontend/views/about_eng.php b/src/app/frontend/views/about_eng.php index dab5b32..d6dfc06 100644 --- a/src/app/frontend/views/about_eng.php +++ b/src/app/frontend/views/about_eng.php @@ -36,7 +36,7 @@
diff --git a/www/index.php b/www/index.php index 74cf8b9..527e2c2 100644 --- a/www/index.php +++ b/www/index.php @@ -1758,6 +1758,12 @@ try 'action' => 'aboutua',] ) ->setName( 'aboutua' ); + $router->add + ('/about-company-1{language:([/][a-z]{2})?}', + ['controller' => 'page', + 'action' => 'abouteng',] + ) + ->setName( 'abouteng' ); -- libgit2 0.21.4