Added link to import a profile im register tpl

This commit is contained in:
Silke Meyer 2013-09-04 20:51:04 +02:00
commit 9152198927
2 changed files with 8 additions and 2 deletions

View file

@ -278,7 +278,9 @@ function register_content(&$a) {
'$nickname' => $nickname,
'$license' => $license,
'$sitename' => $a->get_hostname(),
'$importh' => t('Import'),
'$importt' => t('Import your profile to this friendica instance'),
));
return $o;