diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-16 18:48:16 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:06 -0500 |
commit | 9b4ea946300815d4cb63181213a5e29cf7714b9d (patch) | |
tree | 027a62eadfff39deb68ea1bdd0a4341498dff842 | |
parent | e865ee1bef70ecc711ba4b7b4b9a818befbf0e23 (diff) | |
download | forums-9b4ea946300815d4cb63181213a5e29cf7714b9d.tar forums-9b4ea946300815d4cb63181213a5e29cf7714b9d.tar.gz forums-9b4ea946300815d4cb63181213a5e29cf7714b9d.tar.bz2 forums-9b4ea946300815d4cb63181213a5e29cf7714b9d.tar.xz forums-9b4ea946300815d4cb63181213a5e29cf7714b9d.zip |
[feature/events] Adding ucp_pm_viewmessage_head_body template ledge
Needed by ReIMG Resizer
PHPBB3-9550
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 1 |
2 files changed, 2 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 a024a170a7..a70e33b619 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -10,7 +10,7 @@ <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" /> </head> - +<!-- RUNHOOKS ucp_pm_viewmessage_head_body --> <body id="phpbb"> <div id="wrap"> <a id="top" accesskey="t"></a> diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index fd0244a79d..0ecf36709d 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -55,6 +55,7 @@ hr.sep { </style> </head> +<!-- RUNHOOKS ucp_pm_viewmessage_head_body --> <body> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> |