X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Froutes.php;fp=application%2Fconfig%2Froutes.php;h=8b85ff6c26be0abf50a788ef3cda9a2504fe45c2;hb=ad7daf2de4288cff974e97ec9290533ba732df3b;hp=4397b79cd36e19c17c600aac2b894d68d5fcf15e;hpb=19dcbb3149e52c88b7a38f05ef85b80db49fcb72;p=living-lab-site.git diff --git a/application/config/routes.php b/application/config/routes.php index 4397b79..8b85ff6 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -40,9 +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 */