|
Elgg
Version 6.3
|
Go to the source code of this file.
Variables | |
| $items = elgg_extract('items', $vars) | |
| This view provides a way back to other content in the list if a user reaches a listing page out of bounds (without items, but with a count) More... | |
| $pagination = (bool) elgg_extract('pagination', $vars) | |
| $count = (int) elgg_extract('count', $vars) | |
| if(!empty($items)||! $pagination||empty($count)) | $link |
| $count = (int) elgg_extract('count', $vars) |
Definition at line 8 of file out_of_bounds.php.
| $items = elgg_extract('items', $vars) |
This view provides a way back to other content in the list if a user reaches a listing page out of bounds (without items, but with a count)
Definition at line 6 of file out_of_bounds.php.
| if (!empty( $items)||! $pagination||empty( $count)) $link |
Definition at line 14 of file out_of_bounds.php.
| $pagination = (bool) elgg_extract('pagination', $vars) |
Definition at line 7 of file out_of_bounds.php.