diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:17:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:17:50 +0200 |
commit | 7cdaa03e20c8610445aa62925d2cf9c7b9395c52 (patch) | |
tree | a51baeb82be5b498aa11ff887c98b637c39d68bd /phpBB/styles | |
parent | 5ae821ee2890947d840f315e843c5e820882307a (diff) | |
parent | 6f1d8480877ad6b5f33148a2cc82440159dcecc3 (diff) | |
download | forums-7cdaa03e20c8610445aa62925d2cf9c7b9395c52.tar forums-7cdaa03e20c8610445aa62925d2cf9c7b9395c52.tar.gz forums-7cdaa03e20c8610445aa62925d2cf9c7b9395c52.tar.bz2 forums-7cdaa03e20c8610445aa62925d2cf9c7b9395c52.tar.xz forums-7cdaa03e20c8610445aa62925d2cf9c7b9395c52.zip |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 449fd3401f..d2e8b08525 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -40,6 +40,7 @@ </div> <!-- INCLUDE viewtopic_topic_tools.html --> + <!-- EVENT viewtopic_dropdown_top_custom --> <!-- IF S_DISPLAY_SEARCHBOX --> <div class="search-box" role="search"> @@ -378,6 +379,8 @@ </div> </div> <!-- ENDIF --> + + <!-- EVENT viewtopic_dropdown_bottom_custom --> <!-- IF .pagination or TOTAL_POSTS --> <div class="pagination"> |