diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-21 07:10:33 -0800 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-21 07:10:33 -0800 |
commit | da532bae9131b6dec8f5c0d67ce77c4ad1736f7d (patch) | |
tree | 5d284399ad661ddb2821c17f091de789cd69c910 /EVENTS.txt | |
parent | 3a999af4d905d3cd23ea9163f47b6ed5c35f606c (diff) | |
parent | b9f3e1e01e68dec2924746baeae1dba984a85f73 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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 + |