Changeset 81

Show
Ignore:
Timestamp:
02/24/06 15:38:57 (3 years ago)
Author:
fabien
Message:

fixed routing rules for pagination

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/frontend/config/routing.yml

    r77 r81  
    1313 
    1414recent_questions: 
    15   url:   /recent 
    16   param: { module: question, action: recent
     15  url:   /recent/:page 
     16  param: { module: question, action: recent, page: 1
    1717 
    1818add_question: 
     
    2626# answers 
    2727recent_answers: 
    28   url:   /recent/answers 
    29   param: { module: answer, action: recent
     28  url:   /recent/answers/:page 
     29  param: { module: answer, action: recent, page: 1
    3030 
    3131add_answer: