xuechao Posted March 13, 2003 Share Posted March 13, 2003 Hi, how do I add an image to the introduction page? I have tried to add the <img src="..."> within the language default.php file, but it didnt show up. thanks Link to comment Share on other sites More sharing options...
toolcrazy Posted March 13, 2003 Share Posted March 13, 2003 You have to put it in the /catalog/default.php page. Find the main table for the default page. Should be where this piece of code is. <td class="main"><?php echo tep_customer_greeting(); ?></td> This is where it enters the text on the main page: Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? I think you can take it from there. Entering this in the language file does nothing as you have found out. Steve ------------------------- Link to comment Share on other sites More sharing options...
xuechao Posted March 13, 2003 Author Share Posted March 13, 2003 it works like a charm thanks! Also, is it possible to remove the "What's new here" and the icon beside it? Link to comment Share on other sites More sharing options...
xuechao Posted March 13, 2003 Author Share Posted March 13, 2003 n/m figured it out. thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.