Topics index - Drop the original author information

This commit is contained in:
Antoine Le Gonidec 2024-07-25 12:57:36 +02:00
parent f60e1140e2
commit 303dd63625
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -228,9 +228,6 @@ function template_main()
<span id="msg_', $topic['first_post']['id'], '">', $topic['first_post']['link'], (!$topic['approved'] ? '&nbsp;<em>(' . $txt['awaiting_approval'] . ')</em>' : ''), '</span>
</h3>
</div>
<p class="floatleft">
', $txt['started_by'], ' ', $topic['first_post']['member']['link'], '
</p>
', !empty($topic['pages']) ? '<span id="pages' . $topic['first_post']['id'] . '" class="topic_pages">' . $topic['pages'] . '</span>' : '', '
</div><!-- #topic_[first_post][id] -->
</div><!-- .info -->