'maps', 'action' => 'view', '1'); /** * Here, we are connecting '/' (base path) to our site map. * It's hardcoded to map #1, but at some point we'll implement * a login mechanism and the default path will be to log on instead. */ Router::connect('/', $default_path); ?>