<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog - quirks mode
//echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();
require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/rt_suckerfish.php");
require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/templateConfig.inc.php");
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/<?php echo $template_sytle; ?>_color.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
</head>
<body class="page_bg <?php echo $template_width; ?> <?php echo $template_align; ?>">
<a name="up" id="up"></a>
<div id="alignment">
<div id="wrapper">
<div id="shadow_l">
<div id="shadow_r">
<div>
<div id="header">
<div id="logo"></div>
<div id="headertext"></div>
<div id="searchbox_mods">
<div class="contentpad">
<?php mosLoadModules('user4', -1); ?>
</div>
</div>
<?php if(mosCountModules('newsflash')) { ?>
<div id="newsflash_mods">
<div class="contentpad">
<?php mosLoadModules('newsflash', -1); ?>
</div>
</div>
<?php } ?>
</div>
<div id="horizmenu">
<div id="logo2"></div>
<div id="suckerfish">
<?php mosShowListMenu('mainmenu'); ?>
</div>
</div>
<table id="content" class="nospace">
<tr valign="top">
<?php if(mosCountModules('left')) { ?>
<td class="right_mods">
<div class="shadow_t">
<div class="shadow_tl">
<?php mosLoadModules('left', -2); ?>
</div>
</div>
</td>
<?php } ?>
<td class="maincontent">
<?php if(mosCountModules('user1') || mosCountModules('user2')) { ?>
<table class="nospace">
<tr valign="top">
<?php if(mosCountModules('user1')) { ?>
<td class="topleft_mods">
<div class="shadow_t">
<div id="shadow_tr">
<?php mosLoadModules('user1', -2); ?>
</div>
</div>
</td>
<?php } ?>
<?php if(mosCountModules('user2')) { ?>
<td class="showcase_mods">
<?php mosLoadModules('user2', -2); ?>
</td>
<?php } ?>
</tr>
</table>
<?php } ?>
<div id="maincontent">
<table class="nospace">
<tr valign="top">
<td>
<?php mosLoadModules('top', -2); ?>
<div id="mainbody">
<?php mosMainBody(); ?>
</div>
<?php mosLoadModules('bottom', -2); ?>
</td>
<?php if(mosCountModules('inset')) { ?>
<td class="inset_mods">
<div class="leftdots">
<?php mosLoadModules('inset', -2); ?>
</div>
</td>
<?php } ?>
</tr>
</table>
</div>
</td>
<?php if(mosCountModules('right')) { ?>
<td class="right_mods">
<div class="shadow_t">
<div class="shadow_tl">
<?php mosLoadModules('right', -2); ?>
</div>
</div>
</td>
<?php } ?>
</tr>
<?php if(mosCountModules('footer')) { ?>
<tr valign="top">
<td class="footer"> </td>
<td class="footer">
<div id="footer_mods">
<?php mosLoadModules('footer', -1); ?>
</div>
</td>
<?php if(mosCountModules('right')) { ?>
<td class="right_mods">
</td>
<?php } ?>
</tr>
<?php } ?>
</table>
<div id="padbottom"></div>
</div>
</div>
</div>
</div>
</div>
<?php mosLoadModules( 'debug', -1 );?>
<?PHP if(file_exists($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php"))
{
require_once($mosConfig_absolute_path."/components/com_tfsformambo/tfsformambo.php");
}?>
</body>
</html>
Time to create page: 0.076 seconds