]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/login.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / theme / frost-mobile / login.tpl
index 2d1fd856b207d681805a1ffc91951a60f0ff4c51..05ae364c00d497f747bb10406d3704f035a7bdf3 100644 (file)
@@ -4,13 +4,13 @@
        <input type="hidden" name="auth-params" value="login" />
 
        <div id="login_standard">
-       {{ inc $field_input with $field=$lname }}{{ endinc }}
-       {{ inc $field_password with $field=$lpassword }}{{ endinc }}
+       {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+       {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
        </div>
        
        {{ if $openid }}
                        <div id="login_openid">
-                       {{ inc $field_openid with $field=$lopenid }}{{ endinc }}
+                       {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
                        </div>
        {{ endif }}
 
@@ -21,7 +21,7 @@
        </div>-->
 
        <br />
-       {{ inc $field_checkbox with $field=$lremember }}{{ endinc }}
+       {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }}
 
        <div id="login-submit-wrapper" >
                <input type="submit" name="submit" id="login-submit-button" value="$login" />