add xrds for trust root URL

darcs-hash:20080618182647-84dde-e75e2c3441e8441ad6602f36fd9b7bf6ca39e70d.gz
This commit is contained in:
Evan Prodromou
2008-06-18 14:26:47 -04:00
parent 7ce5ed8081
commit 1d867396fa
5 changed files with 86 additions and 1 deletions

View File

@@ -530,6 +530,8 @@ function common_fancy_url($action, $args=NULL) {
}
case 'publicrss':
return common_path('rss');
case 'publicxrds':
return common_path('xrds');
case 'doc':
return common_path('doc/'.$args['title']);
case 'login':