mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #4914 from kasimi/ticket/15334
[ticket/15334] Add template event viewtopic_topic_title_before
This commit is contained in:
commit
24d0b06466
2 changed files with 8 additions and 0 deletions
|
@ -2671,6 +2671,13 @@ viewtopic_topic_title_after
|
||||||
* Since: 3.1.7-RC1
|
* Since: 3.1.7-RC1
|
||||||
* Purpose: Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag)
|
* Purpose: Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag)
|
||||||
|
|
||||||
|
viewtopic_topic_title_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.2.2-RC1
|
||||||
|
* Purpose: Add content directly before the topic title link on the View topic screen (outside of the h2 HTML tag)
|
||||||
|
|
||||||
viewtopic_topic_title_append
|
viewtopic_topic_title_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!-- INCLUDE overall_header.html -->
|
<!-- INCLUDE overall_header.html -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_topic_title_before -->
|
||||||
<h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
|
<h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
|
||||||
<!-- EVENT viewtopic_topic_title_after -->
|
<!-- EVENT viewtopic_topic_title_after -->
|
||||||
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
|
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue