|
|
@@ -32,6 +32,13 @@
|
|
|
Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
|
|
|
|
|
|
/**
|
|
|
- * Load the CakePHP default routes.
|
|
|
+ * Load all plugin routes. See the CakePlugin documentation on
|
|
|
+ * how to customize the loading of plugin routes.
|
|
|
+ */
|
|
|
+ CakePlugin::routes();
|
|
|
+
|
|
|
+/**
|
|
|
+ * Load the CakePHP default routes. Remove this if you do not want to use
|
|
|
+ * the built-in default routes.
|
|
|
*/
|
|
|
require CAKE . 'Config' . DS . 'routes.php';
|