diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:24:03 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:24:03 +0200 |
| commit | 135b76b6432f88e850b0149473af1b46408e4c91 (patch) | |
| tree | 6cdc75ca2f37e6fee6717d4891541980fa2d18e0 /phpBB/styles/prosilver/template/search_results.html | |
| parent | 61c92c07eefdae649ab01ae16051e24f3a208058 (diff) | |
| parent | 1cdff6067640bcd7c0d408ce73f5e4fbb5121526 (diff) | |
| download | forums-135b76b6432f88e850b0149473af1b46408e4c91.tar forums-135b76b6432f88e850b0149473af1b46408e4c91.tar.gz forums-135b76b6432f88e850b0149473af1b46408e4c91.tar.bz2 forums-135b76b6432f88e850b0149473af1b46408e4c91.tar.xz forums-135b76b6432f88e850b0149473af1b46408e4c91.zip | |
Merge pull request #2340 from PayBas/ticket/12431
[ticket/12431] Add has_poll icon to topiclists
* PayBas/ticket/12431:
[ticket/12431] Lang full sentence
[ticket/12431] Add topic poll icon.
[ticket/12431] Add has_poll icon to topiclists
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 41af5a5183..0043da4507 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -85,6 +85,7 @@ </ul> </div> <!-- ENDIF --> + <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF --> {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> <!-- EVENT topiclist_row_append --> |
