' : '', '
';
echo '
';
// The main content should go here.
echo '
';
/* tapatalk start 20131119 */
ob_start();
$content = ob_get_contents();
ob_end_clean();
$content = preg_replace_callback('/(
)/i',
create_function(
'$matches',
'return \'\'.$matches[1].$matches[2].\'/thumbnail\'.$matches[3].$matches[4].\'\';'
),
$content);
echo $content;
ob_start();
/* tapatalk end 20131119 */
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
', !empty($settings['forum_width']) ? '
' : '';
}
function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
';
echo '
';
/*
echo '
', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '
';
/*
// the upshrink image, right-floated
echo '
';
echo '
', empty($settings['site_slogan']) ? '
' : '
'; */ // Show the navigation tree. // theme_linktree(); // Define the upper_section toggle in JavaScript. echo ' '; // Show the menu here, according to the menu sub template. if (empty($context['current_board'])) template_menu(); echo '
', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '
', '
';
/*
// the upshrink image, right-floated
echo '
';
echo '
', empty($settings['site_slogan']) ? '
' . $settings['site_slogan'] . '
', '
'; */ // Show the navigation tree. // theme_linktree(); // Define the upper_section toggle in JavaScript. echo ' '; // Show the menu here, according to the menu sub template. if (empty($context['current_board'])) template_menu(); echo '
';
// Custom banners and shoutboxes should be placed here, before the linktree.
}
function template_body_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '