X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Froutes.php;h=8b85ff6c26be0abf50a788ef3cda9a2504fe45c2;hb=ad7daf2de4288cff974e97ec9290533ba732df3b;hp=36fc1242c29b682664fa2bf4ce45e3992d859155;hpb=0b134deb6f1108155973436e3de7296a76a2d660;p=living-lab-site.git diff --git a/application/config/routes.php b/application/config/routes.php old mode 100755 new mode 100644 index 36fc124..8b85ff6 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -40,6 +40,13 @@ $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 */