From 98191894dd0105213e98321b1b8128b61f6944e5 Mon Sep 17 00:00:00 2001 From: Marcus Vinicius Date: Sun, 26 Jan 2014 03:33:36 -0300 Subject: [PATCH 1/2] [ticket/12132] Add viewtopic_print_head_append event to subsilver2 PHPBB3-12132 --- phpBB/styles/subsilver2/template/viewtopic_print.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 78fab17d02..74c13ea7ec 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -65,7 +65,7 @@ hr.sep { } //--> - + From 525576eaeddcda69bb62c5bc16ad5d7ca564b713 Mon Sep 17 00:00:00 2001 From: Marcus Vinicius Date: Sun, 26 Jan 2014 03:36:24 -0300 Subject: [PATCH 2/2] [ticket/12132] Add the event to events.md doc PHPBB3-12132 --- phpBB/docs/events.md | 1 + 1 file changed, 1 insertion(+) 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 `` tag of the Print Topic screen