
Dovrei eliminare quei loghi accanto al menu a sx, inserire i banner in alto e spostare il top menu a sx.
questo è il codice dell'index del template, spero che mi potrete aiutare, io ho provato di tutto ma nn ci sono riuscito. grazie
<?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();
?>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="content_area">
<table width="924" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="leftshadow" width="28" rowspan="3" valign="top"></td>
<td>
<div id="logo"></div>
</td>
<td valign="top">
<div id="top">
<div id="searchbox">
<?php mosLoadModules ( 'user4', -1 ); ?>
</div>
</div>
<div id="topmenu">
<?php mosLoadModules ( 'user1', -1 ); ?>
</div>
</td>
<td class="rightshadow" width="28" rowspan="3" valign="top"></td>
</tr>
<tr>
<td colspan="2">
<div id="pathway">
<?php mosPathWay(); ?>
</div>
</td>
</tr>
<tr>
<td class="left" valign="top">
<div id="left">
<?php mosLoadModules ( 'left' ); ?>
</div>
</td>
<td valign="top">
<div id="header"></div>
<div id="header_separator"></div>
<?php if(mosCountModules('newsflash')) { ?>
<div id="newsflash">
<?php mosLoadModules ( 'newsflash' ); ?>
</div>
<?php } ?>
<?php if(mosCountModules('right')) { ?>
<div id="main_right_separator">
<div id="right">
<?php mosLoadModules ( 'right' ); ?>
</div>
<?php } ?>
<div id="maincontent">
<?php mosMainBody(); ?>
<?php if(mosCountModules('bottom')) { ?>
<div id="bottom">
<?php mosLoadModules ( 'bottom' ); ?>
</div>
<?php } ?>
</div>
</div>
</td>
</tr>
<tr>
<td class="left_bottom_shadow"></td>
<td colspan="2">
<div id="footer">
<?php mosLoadModules ( 'footer', -1 ); ?>
</div>
</td>
<td class="right_bottom_shadow"></td>
</tr>
</table>
</div>
</body>
</html>