category page made, but without pagination
[living-lab-site.git] / application / config / routes.php
index 36fc124..4397b79 100644 (file)
@@ -41,6 +41,9 @@
 $route['default_controller'] = "catalog";
 $route['404_override'] = '';
 
+$route['watch/([\d]+)/?'] = "video/watch/$1";
+$route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2";
+
 
 /* End of file routes.php */
 /* Location: ./application/config/routes.php */
\ No newline at end of file