Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$icon_name = elgg_extract('icon_name', $vars, false) | |
Show a single imprint element. More... | |
$icon = '' | |
if($icon_name!==false) | $content = (string) elgg_extract('content', $vars, '') |
$result = $icon . $content | |
if (elgg_is_empty($result)) | |
if ($icon_name!==false) $content = (string) elgg_extract('content', $vars, '') |
Definition at line 16 of file element.php.
$icon = '' |
Definition at line 11 of file element.php.
$icon_name = elgg_extract('icon_name', $vars, false) |
Show a single imprint element.
$vars['icon_name'] name of the imprint icon $vars['content'] the text of the imprint
Definition at line 9 of file element.php.
$result = $icon . $content |
Definition at line 18 of file element.php.
if(elgg_is_empty($result)) |
Definition at line 19 of file element.php.