]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3088. Added docs for section headers to elgg_view_menu().
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Mar 2011 16:59:26 +0000 (16:59 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Mar 2011 16:59:26 +0000 (16:59 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8662 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/views.php

index de918e3b9b7101d5baed23546916bc158d4599c0..15e8b179b20186244c53cd2fee648c0a879f61fc 100644 (file)
@@ -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