Elgg  Version master
Variables
list.php File Reference

Go to the source code of this file.

Variables

 $items = elgg_extract('items', $vars)
 JSON list view. More...
 
 $list = '['
 

Variable Documentation

$items = elgg_extract('items', $vars)

JSON list view.

$vars['items']

Definition at line 8 of file list.php.

if (is_array($items)&&count($items) > 0) $list = '['

Definition at line 10 of file list.php.