';
echo '
',template_menu(),'
';
// The main content should go here.
echo'
';
}
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo '
hi
';
echo '
';
if ($context['user']['is_logged']) {
echo '
',$context['user']['name'],'
';
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
';
// This is an interesting bug in Internet Explorer AND Safari. Rather annoying, it makes overflows just not tall enough.
if (($context['browser']['is_ie'] && !$context['browser']['is_ie4']) || $context['browser']['is_mac_ie'] || $context['browser']['is_safari'] || $context['browser']['is_firefox'])
{
// The purpose of this code is to fix the height of overflow: auto div blocks, because IE can't figure it out for itself.
echo '
';
}
echo '
';
// The following will be used to let the user know that some AJAX process is running, and to sneakily halve the real page generation time =P
echo '
', $txt['ajax_in_progress'], '