'; /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...) Thus, in Internet Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual. Note that this is affected by whether IE 6 is in standards compliance mode.. if not, it will also be big. Standards compliance mode happens when you use xhtml... */ if ($context['browser']['needs_size_fix']) echo ' '; echo '

', $context['forum_name'], '

', $context['category_name'], ' => ', $context['board_name'], ' => ', $txt[195], ': ', $context['poster_name'], ' ', $txt[176], ' ', $context['post_time'] . '

'; } function template_main() { global $context, $settings, $options, $txt; foreach ($context['posts'] as $post) echo '

', $txt[196], ': ', $post['subject'], '
', $txt[197], ': ', $post['member'], ' ', $txt[176], ' ', $post['time'], '
', $post['body'], '
'; } function template_print_below() { global $context, $settings, $options; echo '

', theme_copyright(), '
'; } ?>