Elgg  Version 2.3
list.php
Go to the documentation of this file.
1 <?php
8 $items = $vars['items'];
9 
10 if (is_array($items) && sizeof($items) > 0) {
11  foreach ($items as $item) {
13  }
14 }
if(!$items) $item
Definition: delete.php:17
$vars['entity']
elgg_view_list_item($item, array $vars=array())
View an item in a list.
Definition: views.php:1557
elgg echo
Translates a string.
Definition: languages.js:48
$items
Definition: list.php:11