Scusate se riporto a galla questo vecchio topic ma volevo sapere se è possibile allineare sulla destra "Scritto da...".
Credo sia da modificare questa parte:
/**
* Writes Author name
*/
function Author( &$row, &$params ) {
if ( ( $params->get( 'author' ) ) && ( $row->author != '' ) ) {
?>
<tr>
<td width="70%" align="left" valign="top" colspan="2">
<span class="small">
<?php echo _WRITTEN_BY . ' '.( $row->created_by_alias ? $row->created_by_alias : $row->author ); ?>
</span>
</td>
</tr>
<?php
}
}
ma niente di quello che ho fatto è servito.
Qualcuno sa aiutarmi?
Grazie mille in anticipo!