Procedural File: function.userlogin.php
Source Location: /system/Theme/plugins/function.userlogin.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_userlogin [line 32]
string smarty_function_userlogin(
array $params, object &$smarty, integer $size, integer $maxlength, integer $maxlengthpass, string $class, string $va, bool $js)
|
|
Smarty function to display the login box Example <!--[userlogin size=14 maxlength=25 maxlengthpass=20]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| integer |
$size |
Size of text boxes (default=14) |
| integer |
$maxlength |
Maximum length of text box for unamees (default=25) |
| integer |
$maxlengthpass |
Maximum length of text box for password (default=20) |
| string |
$class |
Name of class assigned to the login form |
| string |
$va |
The default value of the username input box |
| bool |
$js |
Use javascript to automatically clear the default value (defaults to true) |
|
|