diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:31:05 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:31:05 -0700 |
| commit | cd329c55a7bd7222982283e5a378e511c06bdfe8 (patch) | |
| tree | cf5b53ae8f3440d25ce65fa23ccb1329ac270106 /phpBB/docs | |
| parent | 79cd86bcbcfb2bf0f27d06fc475ea967ea38755b (diff) | |
| download | forums-cd329c55a7bd7222982283e5a378e511c06bdfe8.tar forums-cd329c55a7bd7222982283e5a378e511c06bdfe8.tar.gz forums-cd329c55a7bd7222982283e5a378e511c06bdfe8.tar.bz2 forums-cd329c55a7bd7222982283e5a378e511c06bdfe8.tar.xz forums-cd329c55a7bd7222982283e5a378e511c06bdfe8.zip | |
[ticket/11747] ucp_prefs_personal template events
PHPBB3-11747
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 3723bf7b3f..cc12410df2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -119,6 +119,20 @@ ucp_pm_viewmessage_print_head_append * Location: styles/prosilver/template/ucp_pm_viewmessage_print.html * Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen +ucp_prefs_personal_before +=== +* Locations: + + styles/prosilver/template/ucp_prefs_personal.html + + styles/subsilver2/template/ucp_prefs_personal.html +* Purpose: Add user options to the top of the Edit Global Settings screen + +ucp_prefs_personal_after +=== +* Locations: + + styles/prosilver/template/ucp_prefs_personal.html + + styles/subsilver2/template/ucp_prefs_personal.html +* Purpose: Add user options to the bottom of the Edit Global Settings screen + viewtopic_print_head_append === * Location: styles/prosilver/template/viewtopic_print.html |
