Elgg  Version 1.9
password.php
Go to the documentation of this file.
1 <?php
6 $vars['class'] = 'elgg-input-password';
7 $vars['type'] = 'password';
8 
10 
11 echo "<input $attrs>";
$attrs
Definition: password.php:27
$vars['class']
Displays a password input field.
Definition: password.php:6
elgg echo
Translates a string.
Definition: languages.js:43
elgg_format_attributes(array $attrs=array())
Converts an associative array into a string of well-formed attributes.
Definition: output.php:118