]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/smarty3/login.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / smoothly / smarty3 / login.tpl
index 518a1303f09e72061876ba8ba2b6cde8ef0a21ef..0860f66f1e00f2407bc2b2b9473c424aa79e5e00 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
 
 <div class="login-form">
        <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}}