From 75ffd6cb4c68d461a381dbb67d5c74a995bf2ce5 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 7 Nov 2016 14:54:29 +0200 Subject: [PATCH] 123 --- www/index.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/www/index.php b/www/index.php index b67e39a..e60c072 100644 --- a/www/index.php +++ b/www/index.php @@ -1747,14 +1747,17 @@ try $router->add - ( - '/pro_companiu-1','/o_companiu-1', - [ - 'controller' => 'page', - 'action' => 'aboutua', - ] + ('/pro_companiu-1', + ['controller' => 'page', + 'action' => 'aboutua',] + ) + ->setName( 'aboutua' ); + $router->add + ('/o-kompanii-1', + ['controller' => 'page', + 'action' => 'aboutua',] ) - ->setName( 'aboutua' ); + ->setName( 'aboutua' ); -- libgit2 0.21.4