]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/login.tpl
Implement Smarty3
[friendica.git] / view / theme / smoothly / login.tpl
index 281890f4236f5e1d1a0e76bf2936c5ffe9eea901..3cf1f25934e5ed83b07a3706b7b891b3496ee540 100644 (file)
@@ -5,13 +5,13 @@
        <input type="hidden" name="auth-params" value="login" />
 
        <div id="login_standard">
-               {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
-               {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+               {{ inc $field_input with $field=$lname }}{{ endinc }}
+               {{ inc $field_password with $field=$lpassword }}{{ endinc }}
        </div>
 
        {{ if $openid }}
                <div id="login_openid">
-                       {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+                       {{ inc $field_openid with $field=$lopenid }}{{ endinc }}
                </div>
        {{ endif }}