HosipLan

Untitled

Oct 1st, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/]/<module>/<presenter>[/<action>]', array(
  2.     "presenter" => "Homepage",
  3.     "action" => "default"
  4. ));
  5. $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/]<presenter>[/<action>]', array(
  6.     "presenter" => "Homepage",
  7.     "action" => "default"
  8. ));
Advertisement
Add Comment
Please, Sign In to add comment