Elgg  Version 2.3
item.php
Go to the documentation of this file.
1 <?php
10 $item = $vars['item'];
11 
12 if ($vars['type']) {
13  // recognized type
14  echo elgg_view_list_item($item, $vars['item_vars']);
15 }
$vars['entity']
elgg_view_list_item($item, array $vars=array())
View an item in a list.
Definition: views.php:1557
$item
Definition: item.php:12
elgg echo
Translates a string.
Definition: languages.js:48