', theme_linktree(), '
', $post['counter'], '
', $post['category']['link'], ' / ', $post['board']['link'], ' / ', $post['link'], '
', $txt[30], ': ', $post['time'], '
|
||
', $txt[109], ' ' . $post['first_poster']['link'] . ' - ' . $txt[22] . ' ' . $txt[525] . ' ' . $post['poster']['link'] . ' | ||
' . $post['message'] . '
|
', theme_linktree(), ' |
' . $txt[139] . ': ' . $context['page_index'] . ' | '; if ($settings['show_mark_read']) { // Generate the button strip. $mark_read = array( 'markread' => array('text' => !empty($context['no_board_limits']) ? 452 : 'mark_read_short', 'image' => 'markread.gif', 'lang' => true, 'url' => $scripturl . '?action=markasread;sa=' . (!empty($context['no_board_limits']) ? 'all' : 'board' . $context['querystring_board_limits']) . ';sesc=' . $context['session_id']), ); echo '
| ';
}
echo '
|
', $txt[139], ': ', $context['page_index'], ' | '; if ($settings['show_mark_read']) echo '
| ';
echo '
', !empty($modSettings['enableParticipation']) ? '
' . $txt['participation_caption'] . ' ' : '', ' ' . $txt[457] . ' ' . $txt[454] . ' ' . $txt[455] . ' |
' . $txt[456] . ' ' . ($modSettings['enableStickyTopics'] == '1' ? ' ' . $txt['smf96'] . ' ' : '') . ($modSettings['pollMode'] == '1' ? ' ' . $txt['smf43'] : '') . ' |
', theme_linktree(), ' |
' . $txt[139] . ': ' . $context['page_index'] . ' | '; if (isset($context['topics_to_mark']) && !empty($settings['show_mark_read'])) { $mark_read = array( 'markread' => array('text' => 452, 'image' => 'markread.gif', 'lang' => true, 'url' => $scripturl . '?action=markasread;sa=unreadreplies;topics=' . $context['topics_to_mark'] . ';sesc=' . $context['session_id']), ); echo '
| ';
}
echo '
|
' . $txt[139] . ': ' . $context['page_index'] . ' | '; if (isset($context['topics_to_mark']) && !empty($settings['show_mark_read'])) echo '
| ';
echo '
', !empty($modSettings['enableParticipation']) ? '
' . $txt['participation_caption'] . ' ' : '', ' ' . $txt[457] . ' ' . $txt[454] . ' ' . $txt[455] . ' |
' . $txt[456] . ' ' . ($modSettings['enableStickyTopics'] == '1' ? ' ' . $txt['smf96'] . ' ' : '') . ($modSettings['pollMode'] == '1' ? ' ' . $txt['smf43'] : '') . ' |