rename 'friendika'

This commit is contained in:
friendica 2011-12-16 01:45:53 -08:00
parent 873972509b
commit 318cb246f9
4 changed files with 16 additions and 18 deletions

View file

@ -37,6 +37,6 @@ function friends_widget_content(&$a, $conf){
</style>";
$o .= _abs_url(contact_block());
$o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendika!') ."</a>";
$o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendica!') ."</a>";
return $o;
}