Elgg  Version master
Variables
element.php File Reference

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))
 

Variable Documentation

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.