[TYPO3] passing Typoscript generated images to PHP for display in an html template ...
    Patrick Rodacker 
    patrick.rodacker at the-reflection.de
       
    Sun Jun  4 20:08:06 CEST 2006
    
    
  
Hi Jason,
Jason Brock wrote on 04.06.2006 17:24:
> Then modifying my PHP to:
> 
> $subpartArray["###CHANNELNAME###"] =
> $this->cObj->IMAGE($this->conf['channelNameImage']);
> 
> But I can't get the image to display.
> Where am I going wrong?
Try this, to get the file info from the next array dimension:
$subpartArray["###CHANNELNAME###"] =
$this->cObj->IMAGE($this->conf['channelNameImage.']);
HTH
Patrick
    
    
More information about the TYPO3-english
mailing list