From 9152198927f03db12db57cfd3783ad352c4d3384 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Wed, 4 Sep 2013 20:51:04 +0200 Subject: [PATCH] Added link to import a profile im register tpl --- mod/register.php | 4 +++- view/templates/register.tpl | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mod/register.php b/mod/register.php index 3532f92e8d..9b81ecabb2 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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; diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 5e655cd82e..ff650e2470 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -62,7 +62,11 @@
- + +

{{$importh}}

+
+ {{$importt}} +
{{$license}}