summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-03-04 15:34:04 +0000
committerCiaranG <ciaran@ciarang.com>2009-03-04 15:34:04 +0000
commita7efd4ff556bbf6bafcfc81db758ab192b8802ad (patch)
tree0ecc33e2f3f7d9b27a89bcf13897e5c71088e9ff /EVENTS.txt
parent115519a5e7e84e57656c653918efb39ab4107fe9 (diff)
Plugins - added a new event (RouterInitialized) which allows a plugin to register new paths to be routed
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 2f33b2d5d..5edf59245 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -99,3 +99,7 @@ StartPublicGroupNav: Showing the public group nav menu
EndPublicGroupNav: At the end of the public 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
+