Grazie 56francesco non avevo messo in conto la parte COPIA per eventuale backup
Posso allora descrivere la procedura via FTP:
Entrare nella Root del sito - components/com_sobi2/templates/standard_advanced2(il template per sobi che sto utilizzando, altrinenti è Default)/sobi2.details.tmpl.php
Aprendo il file ho inserito il codice:
defined( '_SOBI2_' ) || ( trigger_error("Restricted access", E_USER_ERROR) && exit() );
?>
<table class="sobi2Details" <?php echo $style; ?> >
<tr>
<td colspan="2"><h1><?php echo $mySobi->title ?></h1></td>
</tr>
<tr>
<td valign="top">
<?php echo $img; ?>
<?php echo HTML_SOBI::customFieldsData($fieldsFormatted);?>
</td>
</tr>
<tr>
<td valign="bottom">
<?php HTML_SOBI::showGoogleMaps($mySobi, $config); ?>
</td>
</tr>
<tr>
<td>
<?php HTML_SOBI::waySearchUrl($waySearchLink,$config); ?>
</td>
</tr>
<tr>
<td align="right">
<?php echo $plugins['jcomments']; ?>
</td>
</tr>
</table>
<table class="sobi2DetailsFooter" width="100%">
<tr>
<td colspan="2">
<?php HTML_SOBI::addedDateOnly($config,$mySobi); ?> <?php HTML_SOBI::showHits($config,$mySobi); ?>
</td>
</tr>
<tr>
<td><?php HTML_SOBI::renewal($config, $mySobi); ?></td>
<td><?php HTML_SOBI::editButtons($config,$mySobi); ?></td>
</tr>
</table>