X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsmarty3%2Flogin.tpl;h=5d9b5f4f99a5b8d44c523b43d70bea172ca37f51;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=6695495c076d5a883da0974e149a8f57e565baa6;hpb=453082516e90aba59553fd4392b2cdfed6ae9a57;p=friendica.git diff --git a/view/smarty3/login.tpl b/view/smarty3/login.tpl index 6695495c07..5d9b5f4f99 100644 --- a/view/smarty3/login.tpl +++ b/view/smarty3/login.tpl @@ -1,19 +1,24 @@ +{{* + * 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}} - {{include file="file:{{$field_checkbox}}" field=$lremember}} + {{include file="field_checkbox.tpl" field=$lremember}}