كد زير را در فايل index.php بريزيد .
ابتدا همه ي محتويات فايل مذبور را پاك كنيد . و سپس اين كد ها را جايگزين بفرماييد .. البته دقيقا آن چيزي كه شما خواسته ايد نشد ، اما دو موقعيت user6,user7 در محل مورد نظر ما اضافه شد .
کد:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
<html xmlns="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
<head>

<?php mosShowHead(); ?>

<?php
if ( $my->id ) {
	initEditor();

}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/ac-css_lightbrown/style.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

<body>
  <div id="top"></div>

<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
  <td>
   <div> 
     <table width="900" border="0" cellpadding="0" cellspacing="0" align="center">
    <tr>
     <td width="500" rowspan="4" valign="top" >
     
       <div id="topmenu">
        <?php mosLoadModules ( 'top', -3); ?>
       </div>
       
       
              
       
  <div id="logo" align="center"><img src="<?php echo $mosConfig_live_site;?>/templates/ac-css_lightbrown/images/logo.png" />  </div>
  <div id="banner"><?php mosLoadModules ( 'banner', -2); ?></div>
  <div id="user">
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
     <td valign="top"><div id="user1">
      <?php mosLoadModules ( 'user1', -2); ?>
     </div></td>
     <td width="7px"></td>
     <td valign="top"><div id="user2">
      <?php mosLoadModules ( 'user2', -2); ?></div></td>
    </tr>
   </table>
  </div>
  <div id="content"><?php mosMainBody(); ?></div>
  <div id="user2"></div>
    <div id="user34">
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
     <td valign="top"><div id="user3"><?php mosLoadModules ( 'user3', -2); ?></div></td>
     <td width="7"> </td>
     <td valign="top"><div id="user4"><?php mosLoadModules ( 'user4', -2); ?></div></td>
    </tr>
   </table>
  </div>
    <div id="banner"><?php mosLoadModules ( 'user5', -2); ?></div>     </td>
     <td width="200" valign="top" bgcolor="#fffff" style=" border-left:#FFF 1px dashed; border-right:#FFF 1px dashed">
     <div id="right">
      <p>
       <?php mosLoadModules ( 'user7', -2); ?>
      </p>
      <p>
       <?php mosLoadModules ( 'right', -2); ?>
</p>
     </div>     </td>     <td width="200" rowspan="2" align="" valign="top">
     <div id="left">
      <p>
       <?php mosLoadModules ( 'user6', -2); ?>
      </p>
      <p>
       <?php mosLoadModules ( 'left', -2); ?>
       </p>
     </div>
     </td>
    </tr>
    <tr>
     <td valign="top" bgcolor="#fffff" style=" border-left:#FFF 1px dashed; border-right:#FFF 1px dashed"> </td>
    </tr>
    <tr>
     <td valign="top" bgcolor="#fffff" style=" border-left:#FFF 1px dashed; border-right:#FFF 1px dashed"> </td>
     <td width="200" align="" valign="top"> </td>
    </tr>
    <tr>
     <td valign="top" bgcolor="#fffff" style=" border-left:#FFF 1px dashed; border-right:#FFF 1px dashed"> </td>
     <td width="200" align="" valign="top"> </td>
    </tr>
    <tr>
     <td colspan="3" valign="top" >     </td>
     </tr>
     </table>
   </div>


</td>
 </tr>
</table>
</div>
     <div id="footer"> <a href="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] target="_blank">Almas CMS</a><br />
      Powerd by: <a href="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] target="_blank">Almas CMS</a> - Design by: M. Abedi pour
      
</div>
</body>
</html>