Elgg  Version 2.3
Variables
icon.php File Reference

Go to the source code of this file.

Variables

 $item = $vars['item']
 Render an icon. More...
 
 $size = elgg_extract('size', $vars, 'small')
 

Variable Documentation

$item = $vars['item']

Render an icon.

$vars['item'] The item being rendered $vars['item_vars'] Vars received from the page/components/table view $vars['type'] The item type or "" $vars['size'] The icon size

Definition at line 11 of file icon.php.

$size = elgg_extract('size', $vars, 'small')

Definition at line 14 of file icon.php.