X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Froutes.php;h=b922d2b43b47faeec9e069406fcf7063a275020a;hb=refs%2Fheads%2Fmaster;hp=8b85ff6c26be0abf50a788ef3cda9a2504fe45c2;hpb=ad7daf2de4288cff974e97ec9290533ba732df3b;p=living-lab-site.git diff --git a/application/config/routes.php b/application/config/routes.php index 8b85ff6..b922d2b 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -44,8 +44,10 @@ $route['404_override'] = ''; $route['watch/([\d]+)/?'] = "video/watch/$1"; $route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2"; // Article pages +$route['install-plugins'] = 'article/install-plugins'; $route['about'] = 'article/about'; $route['help'] = 'article/help'; +$route['contact'] = 'article/contact';