', $post['counter'], '
', $post['board']['link'], ' / ', $post['link'], '
« ', $txt['last_post'], ' ', $txt['by'], ' ', $post['poster']['link'], ' ', $txt['on'], ' ', $post['time'], ' »
', $post['message'], '
';
if ($post['can_reply'] || $post['can_mark_notify'] || $post['can_delete'])
echo '
';
echo '
';
}
echo '
';
$showCheckboxes = !empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && $settings['show_mark_read'];
if ($showCheckboxes)
echo '
';
echo '
', !empty($modSettings['enableParticipation']) ? '
' . $txt['participation_caption'] . '
' : '', '
', $txt['normal_topic'], '
', sprintf($txt['hot_topics'], $modSettings['hotTopicPosts']), '
', sprintf($txt['very_hot_topics'], $modSettings['hotTopicVeryPosts']), '
', $txt['locked_topic'], '
', ($modSettings['enableStickyTopics'] == '1' ? '
' . $txt['sticky_topic'] . '
' : ''), ($modSettings['pollMode'] == '1' ? '
' . $txt['poll'] : ''), '
';
}
function template_replies()
{
global $context, $settings, $options, $txt, $scripturl, $modSettings;
echo '
';
$showCheckboxes = !empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && $settings['show_mark_read'];
if ($showCheckboxes)
echo '
';
echo '
', !empty($modSettings['enableParticipation']) ? '
' . $txt['participation_caption'] . '
' : '', '
', $txt['normal_topic'], '
', sprintf($txt['hot_topics'], $modSettings['hotTopicPosts']), '
', sprintf($txt['very_hot_topics'], $modSettings['hotTopicVeryPosts']), '
', $txt['locked_topic'], '
', ($modSettings['enableStickyTopics'] == '1' ? '
' . $txt['sticky_topic'] . '
' : '') . ($modSettings['pollMode'] == '1' ? '
' . $txt['poll'] : '') . '
';
}
?>