[feature/events] Move template ledges above </head> tag

PHPBB3-9550

Conflicts:

	phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
	phpBB/styles/prosilver/template/viewtopic_print.html
This commit is contained in:
Michael Cullum 2012-03-20 11:41:42 +00:00 committed by David King
parent 99cd766de0
commit 8012cd1d11
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@
<title>{SITENAME} &bull; {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
<!-- EVENT ucp_pm_viewmessage_head -->
</head>
<!-- EVENT ucp_pm_viewmessage_head_body -->
<body id="phpbb">
<div id="wrap">
<a id="top" accesskey="t"></a>

View file

@ -9,8 +9,8 @@
<title>{SITENAME} &bull; {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
<!-- EVENT viewtopic_print_head -->
</head>
<!-- EVENT viewtopic_print_head_body -->
<body id="phpbb">
<div id="wrap">
<a id="top" accesskey="t"></a>