', theme_linktree(), '
', $txt[139], ': ', $context['page_index'], '

'; foreach ($context['posts'] as $post) { echo '
 ', $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'], '
'; if ($post['can_delete']) echo ' ', $settings['use_image_buttons'] ? '' . $txt[121] . '' : $txt[31], ''; if ($post['can_delete'] && ($post['can_mark_notify'] || $post['can_reply'])) echo ' ', $context['menu_separator']; if ($post['can_reply']) echo ' ', $settings['use_image_buttons'] ? '' . $txt[146] . '' : $txt[146], '', $context['menu_separator'], ' ', $settings['use_image_buttons'] ? '' . $txt[145] . '' : $txt[145], ''; if ($post['can_reply'] && $post['can_mark_notify']) echo ' ', $context['menu_separator']; if ($post['can_mark_notify']) echo ' ', $settings['use_image_buttons'] ? '' . $txt[131] . '' : $txt[131], ''; echo '

'; } echo '
', $txt[139], ': ', $context['page_index'], '
'; if ($settings['linktree_inline']) echo '
', theme_linktree(), '
'; } function template_unread() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '
', theme_linktree(), '
', $settings['show_mark_read'] ? ' ' : '', '
', $txt[139], ': ', $context['page_index'], '' . ($settings['use_image_buttons'] ? '' . $txt[452] . '' : $txt[452]) . '
'; if (!empty($context['topics'])) echo ' '; else echo ' '; echo ' '; foreach ($context['topics'] as $topic) { echo ' '; } if (!empty($context['topics']) && !$context['showing_all_topics']) echo ' '; echo '
  ', $txt[70], $context['sort_by'] == 'subject' ? ' ' : '', ' ', $txt[109], $context['sort_by'] == 'starter' ? ' ' : '', ' ', $txt[110], $context['sort_by'] == 'replies' ? ' ' : '', ' ', $txt[301], $context['sort_by'] == 'views' ? ' ' : '', ' ', $txt[111], $context['sort_by'] == 'last_post' ? ' ' : '', '', $context['showing_all_topics'] ? $txt[151] : $txt['unread_topics_visit_none'], '
', $topic['first_post']['link'], ' ', $txt[302], ' ', $topic['pages'], '
', $txt['smf88'], ' ', $topic['board']['link'], '
', $topic['first_post']['member']['link'], ' ', $topic['replies'], ' ', $topic['views'] . ' ', $topic['last_post']['time'], '
', $txt[525], ' ', $topic['last_post']['member']['link'], '
', $txt['unread_topics_all'], '
', $settings['show_mark_read'] ? ' ' : '', '
', $txt[139], ': ', $context['page_index'], '' . ($settings['use_image_buttons'] ? '' . $txt[452] . '' : $txt[452]) . '
', !empty($modSettings['enableParticipation']) ? ' ' . $txt['participation_caption'] . '
' : '', ' ' . $txt[457] . '
' . $txt[454] . '
' . $txt[455] . '
' . $txt[456] . '
' . ($modSettings['enableStickyTopics'] == '1' ? ' ' . $txt['smf96'] . '
' : '') . ($modSettings['pollMode'] == '1' ? ' ' . $txt['smf43'] : '') . '
'; } function template_replies() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '
', theme_linktree(), '
' . $txt[139] . ': ' . $context['page_index'] . ' '; if (isset($context['topics_to_mark']) && !empty($settings['show_mark_read'])) echo ' ' . ($settings['use_image_buttons'] ? '' . $txt[452] . '' : $txt[452]) . ''; echo '
'; if (!empty($context['topics'])) echo ' '; else echo ' '; echo ' '; foreach ($context['topics'] as $topic) { echo ' '; } echo '
  ', $txt[70], $context['sort_by'] == 'subject' ? ' ' : '', ' ', $txt[109], $context['sort_by'] == 'starter' ? ' ' : '', ' ', $txt[110], $context['sort_by'] == 'replies' ? ' ' : '', ' ', $txt[301], $context['sort_by'] == 'views' ? ' ' : '', ' ', $txt[111], $context['sort_by'] == 'last_post' ? ' ' : '', '' . $txt[151] . '
', $topic['first_post']['link'], ' ', $txt[302], ' ', $topic['pages'], '
', $txt['smf88'], ' ', $topic['board']['link'], '
', $topic['first_post']['member']['link'], ' ', $topic['replies'], ' ', $topic['views'], ' ', $topic['last_post']['time'], '
', $txt[525], ' ', $topic['last_post']['member']['link'], '
', $txt[139], ': ', $context['page_index'], ' '; if (isset($context['topics_to_mark']) && !empty($settings['show_mark_read'])) echo ' ', $settings['use_image_buttons'] ? '' . $txt[452] . '' : $txt[452], ''; echo '
', $txt[457], '
', $txt[454], '
', $txt[455], '
', $txt[456], '
', $modSettings['enableStickyTopics'] == '1' ? ' ' . $txt['smf96'] . '
' : '', $modSettings['pollMode'] == '1' ? ' ' . $txt['smf43'] : '', '
'; } ?>