Topics index - Drop the original author information
This commit is contained in:
parent
f60e1140e2
commit
303dd63625
1 changed files with 0 additions and 3 deletions
|
@ -228,9 +228,6 @@ function template_main()
|
||||||
<span id="msg_', $topic['first_post']['id'], '">', $topic['first_post']['link'], (!$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : ''), '</span>
|
<span id="msg_', $topic['first_post']['id'], '">', $topic['first_post']['link'], (!$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : ''), '</span>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</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>' : '', '
|
', !empty($topic['pages']) ? '<span id="pages' . $topic['first_post']['id'] . '" class="topic_pages">' . $topic['pages'] . '</span>' : '', '
|
||||||
</div><!-- #topic_[first_post][id] -->
|
</div><!-- #topic_[first_post][id] -->
|
||||||
</div><!-- .info -->
|
</div><!-- .info -->
|
||||||
|
|
Loading…
Reference in a new issue