|
@@ -285,8 +285,7 @@ function template_main()
|
|
|
</td>
|
|
|
<td class="', $alternate_class, ' lastpost">
|
|
|
<a href="', $topic['last_post']['href'], '"><img src="', $settings['images_url'], '/icons/last_post.png" alt="', $txt['last_post'], '" title="', $txt['last_post'], '" /></a>
|
|
|
- ', $topic['last_post']['time'], '<br />
|
|
|
- ', $txt['by'], ' ', $topic['last_post']['member']['link'], '
|
|
|
+ ', sprintf($txt['last_post_topic'], $topic['last_post']['time'], $topic['last_post']['member']['link']), '
|
|
|
</td>';
|
|
|
|
|
|
// Show the quick moderation options?
|