Guest User

Untitled

a guest
May 26th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. $router[] = new Route('<lang=cs cs|de|en>/<slug>[/<subslug>]', array(
  2.     'module' => 'Pages',
  3.     'presenter' => 'Frontend',
  4.     'action' => 'detail',
  5. ));
  6.  
  7. $router[] = new Route('<lang=cs cs|de|en>/', array(
  8.         'module' => 'Pages',
  9.         'presenter' => 'Frontend',
  10.         'action' => 'default',
  11. ));
Add Comment
Please, Sign In to add comment