Add an action to show the list of the latest groups

This commit is contained in:
Evan Prodromou
2009-01-23 03:00:51 +01:00
parent cafc51db09
commit 8942e3a445
4 changed files with 123 additions and 0 deletions

View File

@@ -945,6 +945,8 @@ function common_fancy_url($action, $args=null)
return common_path('group/'.$args['nickname'].'/members');
case 'usergroups':
return common_path($args['nickname'].'/groups');
case 'groups':
return common_path('group');
default:
return common_simple_url($action, $args);
}