summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-11-08 10:26:33 -0500
committerEvan Prodromou <evan@donny.(none)>2010-11-08 10:27:05 -0500
commite4076648d12a0246623d74c1bfc932e7ac09b8b8 (patch)
tree114138d12c4610063ab3aa6ec1cdcea9a6d1d085
parentca6d7f104242d22f87254f8b33e5bf4a686ec57d (diff)
fix documentation for parameters to menu events
-rw-r--r--EVENTS.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 8e730945a..675ac5437 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -118,16 +118,16 @@ EndShowHTML: Showing after the html element
- $action: the current action
StartPublicGroupNav: Showing the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
EndPublicGroupNav: At the end of the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
StartSubGroupNav: Showing the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
EndSubGroupNav: At the end of the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
StartInitializeRouter: Before the router instance has been initialized; good place to add routes
- $m: the Net_URL_Mapper that has just been set up