Цитата:
	
	
		
			
				$fimgTSConfig = $this->conf['frontImgCObject.']; 
$fimgTSConfig['file'] = 'uploads/tx_catalogneoplan/'.$this->internal['currentRow']['front_img']; 
$params = array ( 
' tx_catalogneoplan_pi1[showUid]' => $this->internal['currentRow']['uid'] 
); 
$imgx = $this->pi_linkTP($this->cObj->IMAGE($fimgTSConfig), $params); 
return $imgx;
			
		 | 
	
	
 а не пробовали так реализовать???
	Код:
	$imgx = $this->cObj->cImage('uploads/tx_catalogneoplan/'.$this->internal['currentRow']['front_img'], $this->conf['internalImgCObject.']);
return $imgx;
 просто не совсем понятно зачем pi_linkTP пользоваться