mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/events] Adding viewtopic_print_head_body template ledge
Needed by ReIMG Resizer PHPBB3-9550
This commit is contained in:
parent
9b4ea94630
commit
47c1834382
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 viewtopic_print_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>
|
||||||
|
|
|
@ -67,6 +67,7 @@ hr.sep {
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<!-- RUNHOOKS viewtopic_print_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