diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-15 21:41:41 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-15 21:41:41 +0000 |
commit | 41f6c9d8cfe467293a1847f403225c338f15ab4f (patch) | |
tree | 9c680d594b60afd2c8cf751de1eb9c9841411702 /EVENTS.txt | |
parent | 6a2d22ddd83b1b914e2f5559f93d08b0d5f92242 (diff) |
Added event handlers to logout action
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 5edf59245..d689f0be6 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -103,3 +103,9 @@ EndPublicGroupNav: At the end of the public group nav menu RouterInitialized: After the router instance has been initialized - $m: the Net_URL_Mapper that has just been set up +StartLogout: Before logging out +- $action: the logout action + +EndLogout: After logging out +- $action: the logout action + |