Salve ragazzi,
ho appena installato joomla e sembra tutto ok,
ho anche provato vari template e tutto funziona alla perfezione.
I problemi vengono solo con uno di questi Template, questo http://template.joomla.it/images/oziogallery/sp2.png
quando tento di aprire la pagina iniziale torna il banner correttamente, ma poi nel corpo della pagina torna questo errore
Codice PHP:
Parse error: parse error in C:\Programmi\EasyPHP 3.0\www\Joomla\templates\siteground-j15-92\templates.php on line 28
la pagina templates.php è questa:
Codice PHP:
<?php if ( $_SERVER['HTTP_HOST'] == 'joomla15.siteground.com' ) : ?> <?if( $sg == 'banner' ):?> <div style="width:137px;text-align:center;margin:0 auto;">
<table style="width:137px;text-align:center;" cellpadding="0" cellspacing="0"> <tr> <td><font class="sgf1">Designed by:</font></td> </tr> </table> <table style="width:137px;height:16px;text-align:center;border:none;" cellpadding="0" cellspacing="0"> <tr> <td>[img]templates/<?php echo $this->template ?>/images/banner_01.jpg[/img]</td> <td width="2" height="16"></td> <td style="background:url(templates/<?php echo $this->template ?>/images/banner_02.jpg);width:107px;height:16px;text-align:center;"> [url="http://www.siteground.com/joomla-hosting/joomla-templates.htm"]Joomla Templates[/url] </td> </tr> </table> </div> <?else:?> <?php echo $mainframe->getCfg('sitename') ;?>, Powered by [url="http://joomla.org/"]Joomla![/url] and designed by SiteGround [url="http://www.siteground.com/"]web hosting[/url] <?endif;?> <?php else:?> <?if( $sg == 'banner' ):?> <?else:?> <?php echo $mainframe->getCfg('sitename') ;?>, Powered by [url="http://joomla.org/"]Joomla![/url]; [url="http://www.siteground.com/joomla-hosting/joomla-templates.htm"]Joomla templates[/url] by SiteGround [url="http://www.siteground.com/magento-hosting.htm"]Magento hosting[/url] provider! <?endif;?> <?endif;?>
Con il php sono davvero arrugginito, ho sviluppato qualcosa ma molti anni fa... non riesco proprio a trovare quale possa essere l'errore.
Vi ringrazio anticipatamente per il vostro aiuto!!