diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 06:52:57 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 06:52:57 -0400 |
commit | b3ba7669df1d26b552dcd2fb2fc84afb1d73f983 (patch) | |
tree | 5639e4e3849ab300e30933c501d467bc3d30f030 /EVENTS.txt | |
parent | 9e078c28b6d1642f4b85c86a33fdd4fc66ed2d3d (diff) |
Add hooks for Start/End LoginGroupNav
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 2c43469d4..d07c31f8d 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -122,3 +122,9 @@ StartAddressData: Allows the site owner to provide additional information about EndAddressData: At the end of <address> - $action: the current action + +StartLoginGroupNav: Before showing the login and register navigation menu +- $action: the current action + +EndLoginGroupNav: After showing the login and register navigation menu +- $action: the current action |