purtroppo dall'anteprima l'unica posizione attiva è left, ti posto la index.php
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );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 mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html" <?php echo _ISO; ?>" />
<?php if ( $my->id ) { initEditor(); } ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
<link rel="alternate" title="<?php echo $mosConfig_sitename; ?>" href="<?php echo $GLOBALS['mosConfig_live_site']; ?>/index2.php?option=com_rss&no_html=1" type="application/rss+xml" />
<link rel="alternate" type="application/rss+xml" title="<?php echo $mosConfig_sitename?>" href="<?php echo $mosConfig_live_site;?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" />
</head>
<body>
<center>
<table width="850" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="850" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="td1"></td>
<td class="td2" valign="bottom" align="left"><div style="padding:0 0 3px 0;margin:0;"><?php mosPathWay(); ?></div></td>
<td class="td3"></td>
</tr>
<tr>
<td colspan="3" class="td4"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="850" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="td5" valign="top" align="left">
<div style="margin:0 10px 0 15px;">
<?php mosLoadModules ( 'left' ); ?>
<? $sg = 'banner'; include "templates.php"; ?>
</div>
</td>
<td class="td6" valign="top" align="left">
<div style="margin:10px;">
<?php mosMainBody(); ?>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="850" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="td7"></td>
<td class="td8" align="center" valign="top">
<div id="sgf">
<? $sg = ''; include "templates.php"; ?>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
Edit: scusa hai ragione, questo è quello corretto.