diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-20 23:47:24 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-20 23:47:24 +0000 |
commit | f75c2328ccb87650e107e90b89b4d2a16d7a29cd (patch) | |
tree | a6b77fc88d8cc5878f15f084d0d44968c36f187f /EVENTS.txt | |
parent | 673e7d2559dd0e0fe1405da60081946e6238251a (diff) |
Hooks for: local navigation
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 af0bee587..37e2203d5 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -82,3 +82,9 @@ StartNoticeSave: before inserting a notice (good place for content filters) EndNoticeSave: after inserting a notice and related code - $notice: notice that was saved (with ID and URI) +StartShowLocalNavBlock: Showing the local nav menu +- $action: the current action + +EndShowLocalNavBlock: At the end of the local nav menu +- $action: the current action + |