]> git.mxchange.org Git - friendica.git/blobdiff - view/login.tpl
API: beautify the output of repeated items
[friendica.git] / view / login.tpl
index 21ed66a66b99adfe1b8153498a0d69483f16f40c..297b36c9ac8cde502d7892c3790f3670d285930d 100644 (file)
@@ -3,17 +3,17 @@
        <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 }}
 
-       {{ inc $field_checkbox with $field=$lremember }}{{ endinc }}
+       {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }}
 
        <div id="login-extra-links">
                {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}