diff options
author | Sarven Capadisli <csarven@status.net> | 2009-09-25 12:47:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-09-25 12:47:14 +0000 |
commit | d3d9913be062c974e3ae721c0cbf5c5ad2cbfce8 (patch) | |
tree | 39696600bb73d06cb8589775075ccbf8b5dd261a /EVENTS.txt | |
parent | b617c608ea0d66451eb2dcd75e1e1c58c179d8e6 (diff) |
Added hook for notice item. After <li> and Before </li>. Allows
authors to include aside data to their notice items
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 fa25aabcd..74923dcc0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -194,6 +194,12 @@ StartShowExportData: just before showing the <div> with export data (feeds) EndShowExportData: just after showing the <div> with export data (feeds) - $action: action object being shown +StartShowNoticeItem: just before showing the notice item +- $action: action object being shown + +EndShowNoticeItem: just after showing the notice item +- $action: action object being shown + StartShowPageNotice: just before showing the page notice (instructions or error) - $action: action object being shown |