Show
Ignore:
Timestamp:
07/09/08 19:24:21 (5 months ago)
Author:
aarkerio
Message:

Added image and comments fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/routes.php

    r407 r635  
    99 * ...and connect the rest of 'blog' controller's urls. 
    1010 */ 
    11     Router::connect('/blog/*', array('controller' => 'users', 'action' => 'blog')); 
     11    Router::connect('/blog/*', array('controller' => 'entries', 'action' => 'display')); 
    1212/** 
    1313 * Then we connect url '/test' to our test controller. This is helpfull in