Commit ead3397619429ee510ae9e1134c22c0f04ca6d03
1 parent
75ffd6cb
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
www/index.php
... | ... | @@ -1747,13 +1747,13 @@ try |
1747 | 1747 | |
1748 | 1748 | |
1749 | 1749 | $router->add |
1750 | - ('/pro_companiu-1', | |
1750 | + ('/pro_companiu-1{language:([/][a-z]{2})?}', | |
1751 | 1751 | ['controller' => 'page', |
1752 | 1752 | 'action' => 'aboutua',] |
1753 | 1753 | ) |
1754 | 1754 | ->setName( 'aboutua' ); |
1755 | 1755 | $router->add |
1756 | - ('/o-kompanii-1', | |
1756 | + ('/o-kompanii-1{language:([/][a-z]{2})?}', | |
1757 | 1757 | ['controller' => 'page', |
1758 | 1758 | 'action' => 'aboutua',] |
1759 | 1759 | ) | ... | ... |