diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-20 07:08:59 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:11 -0500 |
commit | 8dcc2cded68efea064ac0ae7dd2a75db2b48651e (patch) | |
tree | 59ad7a6dcc99625a1fd3d0d5aac837a485ac4cc5 /phpBB/styles/prosilver/template/viewtopic_print.html | |
parent | c0f900f69565583ff871e4cdefa30083147d2bc9 (diff) | |
download | forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.gz forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.bz2 forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.xz forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.zip |
[feature/events] Rename RUNHOOKS to EVENT
Apply change to existing ledges
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
-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 ff65f6f91e..7cf0124626 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 --> +<!-- EVENT viewtopic_print_head_body --> <body id="phpbb"> <div id="wrap"> <a id="top" accesskey="t"></a> |