diff --git a/view/smarty3/register.tpl b/view/smarty3/register.tpl index 6e20bea39..768ca9387 100644 --- a/view/smarty3/register.tpl +++ b/view/smarty3/register.tpl @@ -43,7 +43,7 @@
-

{{$nickdesc|replace:'$sitename':$sitename}}

+

{{$nickdesc}}

diff --git a/view/theme/frost-mobile/register.tpl b/view/theme/frost-mobile/register.tpl index 9844049b1..041be5e96 100644 --- a/view/theme/frost-mobile/register.tpl +++ b/view/theme/frost-mobile/register.tpl @@ -11,10 +11,12 @@

$realpeople


-
- $oidhtml_old +{{ if $oidlabel }} +
+
+{{ endif }}

$fillwith $fillext

diff --git a/view/theme/frost-mobile/smarty3/register.tpl b/view/theme/frost-mobile/smarty3/register.tpl index f73cd258b..bc0ce4cc9 100644 --- a/view/theme/frost-mobile/smarty3/register.tpl +++ b/view/theme/frost-mobile/smarty3/register.tpl @@ -11,10 +11,12 @@

{{$realpeople}}


-
- {{$oidhtml|sprintf:$oidlabel:$openid}} +{{if $oidlabel }} +
+
+{{/if}}

{{$fillwith}} {{$fillext}}

@@ -54,7 +56,7 @@
-

{{$nickdesc|replace:'$sitename':$sitename}}

+

{{$nickdesc}}

{{$publish}} diff --git a/view/theme/frost/register.tpl b/view/theme/frost/register.tpl index 7df552e3f..15ce5040e 100644 --- a/view/theme/frost/register.tpl +++ b/view/theme/frost/register.tpl @@ -11,10 +11,12 @@

$realpeople


-
- $oidhtml_old +{{ if $oidlabel }} +
+
+{{ endif }}

$fillwith $fillext

diff --git a/view/theme/frost/smarty3/register.tpl b/view/theme/frost/smarty3/register.tpl index 198223918..72b628f39 100644 --- a/view/theme/frost/smarty3/register.tpl +++ b/view/theme/frost/smarty3/register.tpl @@ -11,10 +11,12 @@

{{$realpeople}}


-
- {{$oidhtml|sprintf:$oidlabel:$openid}} +{{if $oidlabel }} +
+
+{{/if}}

{{$fillwith}} {{$fillext}}

@@ -55,7 +57,7 @@
-

{{$nickdesc|replace:'$sitename':$sitename}}

+

{{$nickdesc}}

{{$publish}}