Added link to import a profile im register tpl

This commit is contained in:
Silke Meyer 2013-09-04 20:51:04 +02:00
parent d21496454b
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;

View File

@ -62,7 +62,11 @@
<input type="submit" name="submit" id="register-submit-button" value="{{$regbutt}}" />
</div>
<div id="register-submit-end" ></div>
<h3>{{$importh}}</h3>
<div id ="import-profile">
<a href="/uimport">{{$importt}}</a>
</div>
</form>
{{$license}}