- Posts: 17
- Thank you received: 0
 
			

Please Log in or Create an account to join the conversation.
Kappadocio wrote: lo so ed è per questo che vi pagherei un po' di birre
ma so che mi volete bene quindi...
ALTRO DESIDERIO
come faccio a modificare il codice per far aprire gli allegati in un altra pagina anzichè nella stessa?
vedi esempio
www.toscanatrail.it/index.php?option=com...70&id=3#.UFlzR7LN_zt
protected function fileTag ($i){
		return '<a class="xDownload" href="'.$i->file.'">'.JText::_( 'COM_ICAGENDA_EVENT_DOWNLOAD' ).'</a>';
	}protected function fileTag ($i){
		return '<a class="xDownload" href="'.$i->file.'" target="_blanck">'.JText::_( 'COM_ICAGENDA_EVENT_DOWNLOAD' ).'</a>';
	} 
			 
		Please Log in or Create an account to join the conversation.

