', $context['forum_name_html_safe'], '

', $context['category_name'], ' => ', (!empty($context['parent_boards']) ? implode(' => ', $context['parent_boards']) . ' => ' : ''), $context['board_name'], ' => ', $txt['topic_started'], ': ', $context['poster_name'], ' ', $txt['search_on'], ' ', $context['post_time'], '

'; } function template_main() { global $context, $settings, $options, $txt; foreach ($context['posts'] as $post) echo '
', $txt['title'], ': ', $post['subject'], '
', $txt['post_by'], ': ', $post['member'], ' ', $txt['search_on'], ' ', $post['time'], '
', $post['body'], '
'; } function template_print_below() { global $context, $settings, $options; echo '
'; } ?>