mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'vinny/ticket/12132' into develop
* vinny/ticket/12132: [ticket/12132] Add the event to events.md doc [ticket/12132] Add viewtopic_print_head_append event to subsilver2
This commit is contained in:
commit
965b3365fe
2 changed files with 2 additions and 1 deletions
|
@ -401,6 +401,7 @@ viewtopic_print_head_append
|
|||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/viewtopic_print.html
|
||||
+ styles/subsilver2/template/viewtopic_print.html
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ hr.sep {
|
|||
}
|
||||
//-->
|
||||
</style>
|
||||
|
||||
<!-- EVENT viewtopic_print_head_append -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue