mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/events] Adding ucp_pm_viewmessage_head_body template ledge
Needed by ReIMG Resizer PHPBB3-9550
This commit is contained in:
parent
e865ee1bef
commit
9b4ea94630
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
|
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
<!-- RUNHOOKS ucp_pm_viewmessage_head_body -->
|
||||||
<body id="phpbb">
|
<body id="phpbb">
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<a id="top" accesskey="t"></a>
|
<a id="top" accesskey="t"></a>
|
||||||
|
|
|
@ -55,6 +55,7 @@ hr.sep {
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<!-- RUNHOOKS ucp_pm_viewmessage_head_body -->
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
|
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
|
||||||
|
|
Loading…
Add table
Reference in a new issue