Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/07/2010, 02:40
Bukosabino
 
Fecha de Ingreso: julio-2010
Mensajes: 2
Antigüedad: 13 años, 10 meses
Puntos: 0
Un vistazo a mi código por favor

Hola amigos, de un sólo vistazo, qué fallo veis aquí?¿ es un template Joomla que me da fallo en la última línea

Código PHP:
<?php if( $sg == 'banner' ):?>
<br />
<table cellpadding="0" cellspacing="0" style="margin:0 auto">
    <tr>
        <td style="font-size:11px;color:#999;font-family:Tahoma,Arial,Verdana;line-height:16px;text-align:center;">Designed by:</td>
    </tr>
    <tr>
        <td>
            <div style="background:transparent url(templates/<?php echo $this->template ?>/images/sg_background.gif) no-repeat;width:82px;height:16px;font-size:11px;color:#999;font-family:Tahoma,Arial,Verdana;padding:0 0 0 28px;line-height:16px;text-align:center;">
                <a href="http://www.siteground.com" style="text-decoration:none;">web hosting</a>
            </div>
        </td>
    </tr>
</table>
<?else:?>
     <?php echo $mainframe->getCfg('sitename') ;?>, Powered by <a href="http://joomla.org/" class="sgfooter" target="_blank">Joomla!</a> and designed by SiteGround <a href="http://www.siteground.com/joomla-hosting/joomla-templates.htm" target="_blank" class="sgfooter">Joomla Templates</a>
<?endif;?>