Elgg  Version 2.3
banned.php
Go to the documentation of this file.
1 <?php
10 $item = $vars['item'];
11 /* @var ElggUser $item */
12 
13 if ($item->banned === 'yes') {
14  echo elgg_echo('option:yes');
15 }
$item
Render "Yes" is a user is banned.
Definition: banned.php:10
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
$vars['entity']
elgg echo
Translates a string.
Definition: languages.js:48