Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
$item = $vars['item'] | |
Render a container element. More... | |
$link = elgg_extract('link', $vars, true) | |
$entity = $item->getContainerEntity() | |
if(!$entity) | $value = $entity->getDisplayName() |
if ($link) | |
Definition at line 16 of file container.php.
Render a container element.
$vars['item'] The item being rendered $vars['item_vars'] Vars received from the page/components/table view $vars['type'] The item type or "" $vars['link'] Set to false to not use an anchor
Definition at line 11 of file container.php.
$link = elgg_extract('link', $vars, true) |
Definition at line 14 of file container.php.
Definition at line 21 of file container.php.
if($link) |
Definition at line 22 of file container.php.