diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:51:07 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:51:07 -0500 |
commit | cb3db020f007e77d5a0bf01dd8cc279cf3634586 (patch) | |
tree | 32dc7358f4737417d81c216b7be74bd2900bf132 /phpBB/styles | |
parent | d3db491e09028904dbdad95552a52c1266d0c271 (diff) | |
download | forums-cb3db020f007e77d5a0bf01dd8cc279cf3634586.tar forums-cb3db020f007e77d5a0bf01dd8cc279cf3634586.tar.gz forums-cb3db020f007e77d5a0bf01dd8cc279cf3634586.tar.bz2 forums-cb3db020f007e77d5a0bf01dd8cc279cf3634586.tar.xz forums-cb3db020f007e77d5a0bf01dd8cc279cf3634586.zip |
[feature/events] ucp_pm_viewmessage_print_head_append
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index ea9bbc9741..4a8d3da08a 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -9,7 +9,7 @@ <title>{SITENAME} • {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" /> -<!-- EVENT ucp_pm_viewmessage_head --> +<!-- EVENT ucp_pm_viewmessage_print_head_append --> </head> <body id="phpbb"> <div id="wrap"> |