Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/12/2006, 09:40
Avatar de reduardowise
reduardowise
 
Fecha de Ingreso: abril-2005
Ubicación: por ahi
Mensajes: 1.079
Antigüedad: 19 años
Puntos: 9
Re: ayuda con mi sitio basado en joomla

bueno en realidad al final del html aparecen un pocoton de etiquetas div pero cerrando no se si a eso te refieres, te pongo el ejm de como esta:

Cita:
</div></div>
</td>
<?php
if ( $user3 > 0 ) {
?>
</tr>
<tr><td>
<div id="top_menu">
<div id="top_menu_inner"><?php mosLoadModules ( 'user3' ); ?></div></div>
</td></tr> <?php
}
?>
<tr>
<td><div id="pathway"> <div id="pathway_text">
<?php mosPathWay(); ?>
</div> </div> </td></tr>
<tr>
<td id="content_outer" width="908" valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="860" class="content_table">
<tr valign="top">
<?php
if ( $left > 0 ) {
?>
<td>
<div id="left_outer">
<div id="left_inner">
<?php mosLoadModules ( 'left', -2 ); ?>
</div></div> </td>
<?php
}
?>
<td width="100%">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="content">
<tr>
<td colspan="<?php echo $colspan; ?>">
<div id="main_content"><?php mosMainBody(); ?></div> </td>
</tr>

<?php
if ($colspan > 0) {
?>
<tr valign="top">

<?php
if ( $user1 > 0 ) {
?>
<td width="50%">
<div id="user1_outer"><div class="user1_inner">
<?php mosLoadModules ( 'user1', -2 ); ?>
</div> </div> </td>
<?php
}
if ( $colspan == 3) {
?>

<?php
}
if ( $user2 > 0 ) {
?>
<td width="50%">
<div id="user2_outer">
<div class="user2_inner">
<?php mosLoadModules ( 'user2', -2 ); ?>
</div> </div> </td>
<?php
}
?>
</tr>
<tr>
<td colspan="<?php echo $colspan; ?>"> </td>
</tr>
<?php
}
?>
</table></td>
<?php
if ( $right > 0 ) {
?>
<td>
<div id="right_outer">
<div id="right_inner">
<?php mosLoadModules ( 'right', -2 ); ?>
</div>
</td>
<?php
}
?>
</tr>
</table> </td>
</tr>
<tr>
<td id="footer"><div id="joomla">
<div align="center">
<?php include_once('includes/footer.php'); ?>
</div>
</div>

<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>
cuales etiquetas elimino?

saludos
__________________
visita mi Blog personal de soporte tecnico y mas www.novedoso.com.ve