forked from GNUsocial/gnu-social
add notice search rss ("tracking")
darcs-hash:20080709234228-84dde-f24d277947ab49031a1b6d74184568fe2f50a685.gz
This commit is contained in:
@@ -778,6 +778,8 @@ function common_fancy_url($action, $args=NULL) {
|
||||
return common_path('search/people' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||
case 'noticesearch':
|
||||
return common_path('search/notice' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||
case 'noticesearchrss':
|
||||
return common_path('search/notice/rss' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||
default:
|
||||
return common_simple_url($action, $args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user