';
// The main content should go here. A table is used because IE 6 just can't handle a div.
echo '
';
// TinyPortal integrated bars
if($context['TPortal']['leftbar'])
{
echo '|
| ';
}
echo '';
if($context['TPortal']['centerbar'])
echo ' ' , TPortal_sidebar('center') , ' ';
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo '
';
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo ' | ';
// TinyPortal integrated bars
if($context['TPortal']['rightbar']){
echo '
| ';
}
echo '
';
', theme_copyright(), '
|
', theme_copyright(), ' ', tportal_version() , '
|