diff options
author | Cesar G <prototech91@gmail.com> | 2014-02-12 18:39:39 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-02-12 18:39:39 -0800 |
commit | 13e7bd76a5f5849d839d37438f5fc15229835c79 (patch) | |
tree | 8bd179779ab79406a2245b58936ae645ba3a3e3c /phpBB | |
parent | 965b3365fe8e4c2599accde2f56c8ef753be09c2 (diff) | |
parent | 19e244952564da7addd8d8ff015ab182e72ba2b9 (diff) | |
download | forums-13e7bd76a5f5849d839d37438f5fc15229835c79.tar forums-13e7bd76a5f5849d839d37438f5fc15229835c79.tar.gz forums-13e7bd76a5f5849d839d37438f5fc15229835c79.tar.bz2 forums-13e7bd76a5f5849d839d37438f5fc15229835c79.tar.xz forums-13e7bd76a5f5849d839d37438f5fc15229835c79.zip |
Merge remote-tracking branch 'vinny/ticket/12134' into develop
* vinny/ticket/12134:
[ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8908a46077..7d507216ef 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -326,6 +326,7 @@ ucp_pm_viewmessage_print_head_append === * Locations: + styles/prosilver/template/ucp_pm_viewmessage_print.html + + styles/subsilver2/template/ucp_pm_viewmessage_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index 9b1eb3b230..abe6199d71 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -54,7 +54,7 @@ hr.sep { } //--> </style> - +<!-- EVENT ucp_pm_viewmessage_print_head_append --> </head> <body> |