add notice search rss ("tracking")

darcs-hash:20080709234228-84dde-f24d277947ab49031a1b6d74184568fe2f50a685.gz
This commit is contained in:
Evan Prodromou
2008-07-09 19:42:28 -04:00
parent 8a6bf9a31a
commit 63d34061a2
5 changed files with 98 additions and 2 deletions

View File

@@ -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);
}