diff options
author | Marcus Vinicius <vinny@suportephpbb.com.br> | 2014-01-26 03:33:36 -0300 |
---|---|---|
committer | Marcus Vinicius <vinny@suportephpbb.com.br> | 2014-01-26 03:33:36 -0300 |
commit | 98191894dd0105213e98321b1b8128b61f6944e5 (patch) | |
tree | c5f9b3f9a5fad4eb022ec8dc5b8f7b9250fc0760 /phpBB/styles | |
parent | e91a45df33d3ea5d8e181a1a775c2e87cc4d2f47 (diff) | |
download | forums-98191894dd0105213e98321b1b8128b61f6944e5.tar forums-98191894dd0105213e98321b1b8128b61f6944e5.tar.gz forums-98191894dd0105213e98321b1b8128b61f6944e5.tar.bz2 forums-98191894dd0105213e98321b1b8128b61f6944e5.tar.xz forums-98191894dd0105213e98321b1b8128b61f6944e5.zip |
[ticket/12132] Add viewtopic_print_head_append event to subsilver2
PHPBB3-12132
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 { } //--> </style> - +<!-- EVENT viewtopic_print_head_append --> </head> <body> |