mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:38:54 +00:00
[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:
parent
99cd766de0
commit
8012cd1d11
2 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
<title>{SITENAME} • {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>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<title>{SITENAME} • {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>
|
||||
|
|
Loading…
Add table
Reference in a new issue