diff options
author | Tristan Darricau <github@nicofuma.fr> | 2017-01-22 23:28:48 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-01-22 23:28:48 +0100 |
commit | 9475703114b4c71429c49340d63fb2dac0ee588a (patch) | |
tree | 363e714b8b1f8ba4d341669f9c2f5529ab0ceeb1 | |
parent | 7c77e333138e6c705ffbfd3028ce1d2002404965 (diff) | |
parent | fb481f96d38ebdbf6b3e4ca37a28e57b724bce75 (diff) | |
download | forums-9475703114b4c71429c49340d63fb2dac0ee588a.tar forums-9475703114b4c71429c49340d63fb2dac0ee588a.tar.gz forums-9475703114b4c71429c49340d63fb2dac0ee588a.tar.bz2 forums-9475703114b4c71429c49340d63fb2dac0ee588a.tar.xz forums-9475703114b4c71429c49340d63fb2dac0ee588a.zip |
Merge branch '3.1.x' into 3.2.x
* 3.1.x:
[ticket/14997] Fixing topiclist_row_topic_title_after position
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index ff4f3389c6..6bbf9c9afe 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -104,6 +104,7 @@ </a> <!-- ENDIF --> <br /> + <!-- EVENT topiclist_row_topic_title_after --> <!-- IF not S_IS_BOT --> <div class="responsive-show" style="display: none;"> @@ -134,7 +135,6 @@ </ul> </div> <!-- ENDIF --> - <!-- EVENT topiclist_row_topic_title_after --> <!-- EVENT topiclist_row_append --> </div> |