article engine for static pages was integrated
[living-lab-site.git] / application / config / routes.php
index 4397b79..8b85ff6 100644 (file)
 
 $route['default_controller'] = "catalog";
 $route['404_override'] = '';
-
+// Watch pages
 $route['watch/([\d]+)/?'] = "video/watch/$1";
 $route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2";
+// Article pages
+$route['about'] = 'article/about';
+$route['help'] = 'article/help';
+
 
 
 /* End of file routes.php */