Go to the source code of this file.
 | 
|   | $items = $vars['items'] | 
|   | 
|   | $offset = elgg_extract('offset', $vars) | 
|   | 
|   | $limit = elgg_extract('limit', $vars) | 
|   | 
|   | $count = elgg_extract('count', $vars) | 
|   | 
|   | $base_url = elgg_extract('base_url', $vars, '') | 
|   | 
|   | $pagination = elgg_extract('pagination', $vars, true) | 
|   | 
|   | $offset_key = elgg_extract('offset_key', $vars, 'offset') | 
|   | 
|   | $position = elgg_extract('position', $vars, 'after') | 
|   | 
|   | $no_results = elgg_extract('no_results', $vars, '') | 
|   | 
| if(! $items && $no_results) if(!is_array($items)||count($items)==0)  | $list_class = 'elgg-list' | 
|   | 
| if(isset($vars['list_class']))  | $item_class = 'elgg-item' | 
|   | 
| if(isset($vars['item_class']))  | $html = "" | 
|   | 
|   | $nav = "" | 
|   | 
| if($position=='before'|| $position=='both')  | if ( $position=='after'||$position=='both') | 
|   | 
◆ $base_url
◆ $count
◆ $html
◆ $item_class
      
        
          | if (isset( $vars[ 'list_class'])) $item_class = 'elgg-item' | 
        
      
 
 
◆ $items
◆ $limit
◆ $list_class
      
        
          | if (! $items &&$no_results) if (!is_array( $items)||count( $items)==0) $list_class = 'elgg-list' | 
        
      
 
 
◆ $nav
◆ $no_results
◆ $offset
◆ $offset_key
◆ $pagination
◆ $position
◆ if