Un vistazo a mi código por favor

Iniciado por Bukosabino, 7 Julio 2010, 10:48 AM

0 Miembros y 1 Visitante están viendo este tema.

Bukosabino

Hola compañeros, 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) [Seleccionar]
<?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;?>

N4X

y que tal si pones el error por ejemplo?