Elgg  Version 2.3
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>";
$vars['class']
Definition: password.php:14
$attrs
Definition: password.php:9
elgg echo
Translates a string.
Definition: languages.js:48
elgg_format_attributes(array $attrs=array())
Converts an associative array into a string of well-formed HTML/XML attributes Returns a concatenated...
Definition: output.php:129