# HG changeset patch # User Gautier Thibault # Date 1272460546 -7200 # Node ID 6161de0c8ffafac81d1a1963dfdb7cabbef25b34 # Parent 4ddb2636237b89aefd9e2e5635dd630540b3f71b (no commit message) diff -r 4ddb2636237b -r 6161de0c8ffa web/thdProject/apps/frontend/config/routing.yml --- a/web/thdProject/apps/frontend/config/routing.yml Wed Apr 28 14:36:49 2010 +0200 +++ b/web/thdProject/apps/frontend/config/routing.yml Wed Apr 28 15:15:46 2010 +0200 @@ -56,9 +56,9 @@ ######## tagging: - url: /tagging/:tag/:page_nb - param: { module: tag, action: index, tag: all, page_nb: 1 } - requirements: { page_nb: \d+ } + url: /tagging/:tag + param: { module: tag, action: index, tag: all } + ######## # FILMS @@ -83,6 +83,13 @@ param: { module: reflex, action: index, tag: all, direction: more, distance: 5 } requirements: { direction: more|less, distance: \d+ } +########## +# STATIC +########## + +project: + url: /projet + param: {module: static, action: index} default_index: