diff options
Diffstat (limited to 'views/default/entities')
-rw-r--r-- | views/default/entities/entity_listing.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/entities/entity_listing.php b/views/default/entities/entity_listing.php index 3d6c37f2f..c20251e52 100644 --- a/views/default/entities/entity_listing.php +++ b/views/default/entities/entity_listing.php @@ -1,11 +1,14 @@ <?php /** - * Elgg entity listing + * Generic display for a single entity. * * @package Elgg * @subpackage Core * @author Curverider Ltd * @link http://elgg.org/ + * + * @uses string $vars['icon'] Full icon HTML to display. + * @uses string $vars['info'] Info about the entity. */ ?> <div class="entity_listing clearfloat"> |