diff options
-rw-r--r-- | phpBB/docs/events.md | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 2d5f6cc990..8908a46077 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -401,6 +401,7 @@ viewtopic_print_head_append === * Locations: + styles/prosilver/template/viewtopic_print.html + + styles/subsilver2/template/viewtopic_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index b788d699cb..a4e4c1b691 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -66,7 +66,7 @@ hr.sep { } //--> </style> - +<!-- EVENT viewtopic_print_head_append --> </head> <body> |