X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fsmarty3%2Flogin.tpl;h=a361f3e271c1991ceb719f961e517d1cff10089d;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=cd57c79fa2b3d8483a0a404e1ed0fbd2c7766758;hpb=a29842e3019255efd3f91fc01df29f5837d54fa4;p=friendica.git diff --git a/view/theme/frost-mobile/smarty3/login.tpl b/view/theme/frost-mobile/smarty3/login.tpl index cd57c79fa2..a361f3e271 100644 --- a/view/theme/frost-mobile/smarty3/login.tpl +++ b/view/theme/frost-mobile/smarty3/login.tpl @@ -1,16 +1,21 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}
- {{include file="file:{{$field_input}}" field=$lname}} - {{include file="file:{{$field_password}}" field=$lpassword}} + {{include file="field_input.tpl" field=$lname}} + {{include file="field_password.tpl" field=$lpassword}}
{{if $openid}}
- {{include file="file:{{$field_openid}}" field=$lopenid}} + {{include file="field_openid.tpl" field=$lopenid}}
{{/if}} @@ -21,7 +26,7 @@
-->
- {{include file="file:{{$field_checkbox}}" field=$lremember}} + {{include file="field_checkbox.tpl" field=$lremember}}