Ecco l'index del template del sito
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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(); } ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="468" style="background: #E2E5EA;" height="20">
<?php mosLoadModules ( 'user3', 0 ); ?></td>
<td width="162" style="background: #E2E5EA; vertical-align: middle;">
<img src="<?php echo $mosConfig_live_site; ?>/templates/TechBlue/images/header_top.gif" /></td>
<td class="date"><?php echo mosCurrentDate(); ?></td></tr>
<tr><td colspan="2" style="background: url(<?php echo $mosConfig_live_site; ?>/templates/TechBlue/images/header.jpg) no-repeat;" height="126">
<a href="index.php">
<img src="<?php echo $mosConfig_live_site; ?>/templates/TechBlue/images/logo.gif" alt="Company Home" title="Company Home" /></a></td>
<td style="background: url(<?php echo $mosConfig_live_site; ?>/templates/TechBlue/images/head_back.png);"> </td></tr>
<tr><td colspan="2" class="pathway"><?php mosPathWay(); ?></td>
<form action="index.php" method="post">
<td class="search">
Search: <input type="text" name="searchword" id="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="submit" value="GO" />
<input type="hidden" name="option" value="search" />
</td>
</form>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin-top: 5px;">
<tr><td class="left" width="20%">
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user2' ); ?>
</td>
<td class="content" width="60%"><?php mosMainBody(); ?></td>
<td class="right" width="20%">
<?php mosLoadModules ( 'right' ); ?>
<?php mosLoadModules( 'top', 1 ); ?>
<?php mosLoadModules ( 'user1' ); ?>
</td></tr>
<tr><td colspan="3" height="5"></td></tr>
<tr><td class="copyright" colspan="3"><?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?></td></tr>
</table>
<div align="center" style="margin-top: 20px;">
<?php mosLoadComponent( "banners" ); ?>
</div>
<?php //mosLoadModules ( 'bottom' ); ?>
<?php //mosLoadModules ( 'top' ); ?>
<?php //mosLoadModules ( 'inset' ); ?>
</body>
</html>
Ecco il CSS del tema
[CSS]
body {
font: 12px Arial, Helvetica, sans-serif;
margin: 5px;
}
img {
border: 0;
}
td {
font: 12px Arial, Helvetica, sans-serif;
text-align: left;
}
input, select {
font: 12px Arial, Helvetica, sans-serif;
color: #000E82;
}
a {
color: #000E82;
}
#mainlevel-nav {
margin: 0;
padding: 0;
list-style: none;
}
#mainlevel-nav li {
float: left;
padding: 0 0 0 15px;
margin: 0 10px 0 5px;
background: url(../images/moduletable_back.png) no-repeat left center;
}
#mainlevel-nav a {
color: #54585E;
text-decoration: none;
}
td.date {
text-align: right;
background: #E2E5EA;
padding-right: 10px;
}
td.search {
padding: 3px;
text-align: right;
background: #E2E5EA;
color: #54585E;
font-weight: bold;
border-bottom: 1px solid #A0A0A0;
}
td.pathway {
height: 20px;
background: #E2E5EA;
padding-left: 10px;
border-bottom: 1px solid #A0A0A0;
color: #54585E;
}
a.pathway {
margin-right: 10px;
color: #54585E;
}
span.pathway {
font-weight: bold;
}
td.left {
vertical-align: top;
}
.left table.moduletable {
width: 100%;
margin-bottom: 10px;
background: #E2E6E9;
}
.moduletable th {
background: #B7C4CE url(../images/title_background.png) no-repeat;
padding: 1px 5px 1px 0;
text-align: right;
color: #000E82;
font-size: 13px;
font-weight: normal;
border-bottom: 1px solid #54585E;
width: 100%;
}
.moduletable td {
padding: 2px;
}
.moduletable a {
color: #54585E;
text-decoration: none;
font-weight: bold;
}
td.content {
padding: 0 5px 0 5px;
vertical-align: top;
}
.componentheading, .contentheading {
background: url(../images/arrow.png) no-repeat left center;
font-size: 13px;
font-weight: bold;
color: #54585E;
padding-left: 20px;
}
.small, .createdate {
font-style: italic;
}
td.right {
vertical-align: top;
}
.right table.moduletable {
width: 100%;
margin-bottom: 10px;
}
td.copyright {
padding: 4px;
text-align: center;
background: #E2E5EA;
border-top: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
}
ul.latestnews, ul.mostread {
list-style: none;
}
[/CSS]
Grazie a tutti per l'aiuto così spero di imparare qualcosa di nuovo.