fozzynetworks Posted December 19, 2002 Share Posted December 19, 2002 Hi, I want an image to appear instead of the "Let's see what we have here" text and I get an error with the following code: define('HEADING_TITLE', 'echo tep_image(DIR_WS_IMAGES . 'cards.gif', HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT)'); Could someone please help me. Thank you. Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted December 19, 2002 Share Posted December 19, 2002 Try: define('HEADING_TITLE', '<img src="/path/to/cards.gif">'); Xtian Christian Lescuyer Link to comment Share on other sites More sharing options...
fozzynetworks Posted December 26, 2002 Author Share Posted December 26, 2002 That worked great, thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.