Twitter integration - Oh look, a Twitter settings tab.

darcs-hash:20080822034157-462f3-398e2ba92d9c38520ea6518c3ff614b41f3cc7ec.gz
This commit is contained in:
zach
2008-08-21 23:41:57 -04:00
parent 87305c1022
commit a90b556e21
4 changed files with 139 additions and 1 deletions

View File

@@ -848,6 +848,8 @@ function common_fancy_url($action, $args=NULL) {
return common_path('settings/openid');
case 'smssettings':
return common_path('settings/sms');
case 'twittersettings':
return common_path('settings/twitter');
case 'newnotice':
if ($args && $args['replyto']) {
return common_path('notice/new?replyto='.$args['replyto']);