]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/smarty3/login.tpl
template engine rework
[friendica.git] / view / theme / diabook / smarty3 / login.tpl
index 330e379ad9de888e2b331696e3ee3160e0f40e74..797c33ff94a9438f46362e5d5a8b41f69e2db07a 100644 (file)
@@ -1,15 +1,20 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 
 <form action="{{$dest_url}}" method="post" >
        <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}}
                        <div id="login_openid">
-                       {{include file="file:{{$field_openid}}" field=$lopenid}}
+                       {{include file="field_openid.tpl" field=$lopenid}}
                        </div>
        {{/if}}