Commit 9fc7d9a6d5d97636af5861e5ca0c75966957a37e
1 parent
1ddea393
123
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
www/index.php
... | ... | @@ -1746,6 +1746,18 @@ try |
1746 | 1746 | ->setName( 'faq' ); |
1747 | 1747 | |
1748 | 1748 | |
1749 | + $router->add | |
1750 | + ('/pro_companiu-1{language:([/][a-z]{2})?}', | |
1751 | + ['controller' => 'page', | |
1752 | + 'action' => 'aboutua',] | |
1753 | + ) | |
1754 | + ->setName( 'aboutua' ); | |
1755 | + $router->add | |
1756 | + ('/o-kompanii-1{language:([/][a-z]{2})?}', | |
1757 | + ['controller' => 'page', | |
1758 | + 'action' => 'aboutua',] | |
1759 | + ) | |
1760 | + ->setName( 'aboutua' ); | |
1749 | 1761 | |
1750 | 1762 | |
1751 | 1763 | ... | ... |