summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-15 14:22:49 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-15 14:22:49 -0400
commit14662354dc501e811dd714aa72fd8001842ee672 (patch)
treeadeef942bb78cbb127e70fdb24d4e94d055683e4 /EVENTS.txt
parentc6816c163e813ac4bc8163cba7ab08c54d8320d5 (diff)
add hooks for subgroupnav showing
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 5edf59245..07fc446c3 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -100,6 +100,12 @@ StartPublicGroupNav: Showing the public group nav menu
EndPublicGroupNav: At the end of the public group nav menu
- $action: the current action
+StartSubGroupNav: Showing the subscriptions group nav menu
+- $action: the current action
+
+EndSubGroupNav: At the end of the subscriptions group nav menu
+- $action: the current action
+
RouterInitialized: After the router instance has been initialized
- $m: the Net_URL_Mapper that has just been set up