Changeset 81
- Timestamp:
- 02/24/06 15:38:57 (3 years ago)
- Files:
-
- trunk/apps/frontend/config/routing.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/config/routing.yml
r77 r81 13 13 14 14 recent_questions: 15 url: /recent 16 param: { module: question, action: recent }15 url: /recent/:page 16 param: { module: question, action: recent, page: 1 } 17 17 18 18 add_question: … … 26 26 # answers 27 27 recent_answers: 28 url: /recent/answers 29 param: { module: answer, action: recent }28 url: /recent/answers/:page 29 param: { module: answer, action: recent, page: 1 } 30 30 31 31 add_answer:
