diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-16 18:48:46 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:07 -0500 |
commit | 47c183438223d5cb85a3e4edc6e57da63b788093 (patch) | |
tree | 9c2f8a6ccfbbe73470f5dc6961c9cdfd2efc2eed /phpBB/styles | |
parent | 9b4ea946300815d4cb63181213a5e29cf7714b9d (diff) | |
download | forums-47c183438223d5cb85a3e4edc6e57da63b788093.tar forums-47c183438223d5cb85a3e4edc6e57da63b788093.tar.gz forums-47c183438223d5cb85a3e4edc6e57da63b788093.tar.bz2 forums-47c183438223d5cb85a3e4edc6e57da63b788093.tar.xz forums-47c183438223d5cb85a3e4edc6e57da63b788093.zip |
[feature/events] Adding viewtopic_print_head_body template ledge
Needed by ReIMG Resizer
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 54676279d2..ff65f6f91e 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -10,7 +10,7 @@ <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" /> </head> - +<!-- RUNHOOKS viewtopic_print_head_body --> <body id="phpbb"> <div id="wrap"> <a id="top" accesskey="t"></a> diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 78fab17d02..100157e704 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -67,6 +67,7 @@ hr.sep { </style> </head> +<!-- RUNHOOKS viewtopic_print_head_body --> <body> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> |