]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/smarty3/login.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / frost / smarty3 / login.tpl
index 81dad28688b1c718932f9651233022584a18b403..284d59929d51d08098354b268676e57f8c0ac792 100644 (file)
@@ -4,14 +4,14 @@
        <input type="hidden" name="auth-params" value="login" />
 
        <div id="login_standard">
-       {{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}}
        </div>
        
        {{if $openid}}
                        <br /><br />
                        <div id="login_openid">
-                       {{include file="file:{{$field_openid}}" field=$lopenid}}
+                       {{include file="field_openid.tpl" field=$lopenid}}
                        </div>
        {{/if}}
 
@@ -21,7 +21,7 @@
        </div>-->
 
        <br /><br />
-       {{include file="file:{{$field_checkbox}}" field=$lremember}}
+       {{include file="field_checkbox.tpl" field=$lremember}}
 
        <div id="login-submit-wrapper" >
                <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />