Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/config/routes.php')
-rw-r--r--site/app/config/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/config/routes.php b/site/app/config/routes.php
index 4bcb15a..e629b76 100644
--- a/site/app/config/routes.php
+++ b/site/app/config/routes.php
@@ -88,6 +88,7 @@
$Route->connect("/{$prefix}/browse/*", array('controller' => 'addons', 'action' => 'browse'));
$Route->connect("/{$prefix}/recommended/*", array('controller' => 'addons', 'action' => 'recommended'));
$Route->connect("/{$prefix}/user/*", array('controller' => 'users', 'action' => 'info'));
+ $Route->connect("/{$prefix}/addon/share/*", array('controller' => 'addons', 'action' => 'share'));
$Route->connect("/{$prefix}/addon/*", array('controller' => 'addons', 'action' => 'display'));
$Route->connect("/{$prefix}/blog/*", array('controller' => 'blog', 'action' => 'view'));
$Route->connect("/{$prefix}/collection/*", array('controller' => 'collections', 'action' => 'display'));