mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'vinny/ticket/12134' into develop
* vinny/ticket/12134: [ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
This commit is contained in:
commit
13e7bd76a5
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
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ hr.sep {
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</style>
|
</style>
|
||||||
|
<!-- EVENT ucp_pm_viewmessage_print_head_append -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue