Elgg  Version 1.11
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 }
elgg_view_list_item($item, array $vars=array())
View an item in a list.
Definition: views.php:1378
$item
Definition: item.php:12
elgg echo
Translates a string.
Definition: languages.js:43
$items
Definition: list.php:11
if(file_exists($welcome)) $vars
Definition: upgrade.php:93