diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-10 13:52:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-10 13:52:47 +0000 |
commit | 069d3f2b2f912f2e7d2289bc58270341c9b1ecc5 (patch) | |
tree | 50116e5a953082bb379305e193df4e7f14dffb52 /EVENTS.txt | |
parent | 91da72ede0b834d017165ececdc340ec0a24227b (diff) |
Added hook for the Group navigation items
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index c3fe73134..af686b9cd 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -191,6 +191,12 @@ StartPersonalGroupNav: beginning of personal group nav menu EndPersonalGroupNav: end of personal group nav menu (good place to add a menu item) - $action: action object being shown +StartGroupGroupNav: Showing the group nav menu +- $action: the current action + +EndGroupGroupNav: At the end of the group nav menu +- $action: the current action + StartEndHTML: just before the </html> tag - $action: action object being shown |