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