diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:52:37 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:52:37 -0500 |
commit | 8526dc14f0e734d9cbf6f0b1f652064caee710f3 (patch) | |
tree | 93aa8907c0d43beeedbfbd5a91f95f53d5a613f7 /phpBB/styles | |
parent | cb3db020f007e77d5a0bf01dd8cc279cf3634586 (diff) | |
download | forums-8526dc14f0e734d9cbf6f0b1f652064caee710f3.tar forums-8526dc14f0e734d9cbf6f0b1f652064caee710f3.tar.gz forums-8526dc14f0e734d9cbf6f0b1f652064caee710f3.tar.bz2 forums-8526dc14f0e734d9cbf6f0b1f652064caee710f3.tar.xz forums-8526dc14f0e734d9cbf6f0b1f652064caee710f3.zip |
[feature/events] Append "_append" to viewtopic_print_head
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 6fd54e3b27..fd0b2dc3e6 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -9,7 +9,7 @@ <title>{SITENAME} • {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" /> -<!-- EVENT viewtopic_print_head --> +<!-- EVENT viewtopic_print_head_append --> </head> <body id="phpbb"> <div id="wrap"> |