diff options
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 1a3b2594a..65e2c3ce0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1066,3 +1066,15 @@ EndRssEntryArray: at the end of copying a notice to an array NoticeDeleteRelated: at the beginning of deleting related fields to a notice - $notice: notice being deleted + +StartShowHeadTitle: when beginning to show the <title> element +- $action: action being shown + +EndShowHeadTitle: when done showing the <title> +- $action: action being shown + +StartShowPageTitle: when beginning to show the page title <h1> +- $action: action being shown + +EndShowPageTitle: when done showing the page title <h1> +- $action: action being shown
\ No newline at end of file |