mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
PHPBB3-12134
This commit is contained in:
parent
e91a45df33
commit
19e2449525
2 changed files with 2 additions and 1 deletions
|
@ -326,6 +326,7 @@ ucp_pm_viewmessage_print_head_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/ucp_pm_viewmessage_print.html
|
+ styles/prosilver/template/ucp_pm_viewmessage_print.html
|
||||||
|
+ styles/subsilver2/template/ucp_pm_viewmessage_print.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen
|
* Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ hr.sep {
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</style>
|
</style>
|
||||||
|
<!-- EVENT ucp_pm_viewmessage_print_head_append -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue