]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated documentation for entity_listing and gallery_listing.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 2 Jun 2010 19:56:24 +0000 (19:56 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 2 Jun 2010 19:56:24 +0000 (19:56 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6329 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/entities/entity_listing.php
views/default/entities/gallery_listing.php

index c20251e52c92228bbbe4db94af31dc4a6ca3fe3c..ffae92fd9f8e2d6b1624bfe9becd5cd41f5bb08e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Generic display for a single entity.
+ * Generic display for a single entity in list view.
  *
  * @package Elgg
  * @subpackage Core
index 505a91f0882021fbb4dedbe9285178dbed00a8d9..55f11a2cd003ba69c8dfab935d9e86fb0fd1453c 100644 (file)
@@ -1,11 +1,14 @@
 <?php
 /**
- * Elgg entity listing: gallery view
+ * Generic display for a single entity in gallery view.
  *
  * @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.
  */
 
 ?>