]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/login.tpl
Merge pull request #561 from fermionic/20121225-smarty-includes-like-friendicas
[friendica.git] / view / theme / frost-mobile / smarty3 / login.tpl
index cd57c79fa2b3d8483a0a404e1ed0fbd2c7766758..2f466dddd08829cdfb0f41f0c0ede3dfc42a78c9 100644 (file)
@@ -4,13 +4,13 @@
        <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}}
 
@@ -21,7 +21,7 @@
        </div>-->
 
        <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}}" />