'; /* 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 '
';
}
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(), '
|