* <p>Contains some extra data (metadata) about the user that can be used to customize the display.
* For example: the user's gender, age, real name, etc. can be setup in order to display it in the user's info box.
* A example for gender is : <code>$params["nickmeta"] = array('gender'=>'f');</code>
* (Default value: empty array)</p>
*/
- Code: Select all
var $nickmeta = array('pic'=>'avatar');
