aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 16:59:26 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 16:59:26 +0000
commit1343bd37991587b26f3d641e062b2f501ce23798 (patch)
tree47bafc00b72782180d8fdcaa42a3e8704e47cc0a /engine/lib/views.php
parent386aa2ce2ecd504c8e044f4e4ae34dd779ded6b9 (diff)
downloadelgg-1343bd37991587b26f3d641e062b2f501ce23798.tar.gz
elgg-1343bd37991587b26f3d641e062b2f501ce23798.tar.bz2
Refs #3088. Added docs for section headers to elgg_view_menu().
git-svn-id: http://code.elgg.org/elgg/trunk@8662 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r--engine/lib/views.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index de918e3b9..15e8b179b 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -685,9 +685,10 @@ function elgg_view_layout($layout_name, $vars = array()) {
* string options: 'name', 'title' (default), 'order' (registration order)
* php callback: a compare function for usort
* priority: the order the items were registered
- * handler: the page handler to build action URLs
- * entity: an ElggEntity to use to build action URLs
- * class: the class for the entire menu.
+ * handler: string the page handler to build action URLs
+ * entity: ElggEntity to use to build action URLs
+ * class: string the class for the entire menu.
+ * show_section_headers: bool show headers before menu sections.
*
* @return string
* @since 1.8.0