andrewp Posted April 25, 2004 Share Posted April 25, 2004 I want to add html to index.php around the define_text where the default text used to be. I've found inside the wiki docs on how to install a graphic, but I want to put a html file with a link to an image and make the index.php my featured products. can anyone guide me in this direction please, if possible provie the line of code needed to add the html to the index.php ... thanks --andrew Link to comment Share on other sites More sharing options...
OceanRanch Posted April 25, 2004 Share Posted April 25, 2004 You would change <td class="main"><?php echo TEXT_MAIN; ?></td> to <td class="main"><?php require('main.html'); ?></td> and then create a corresponding main.html file with all your good stuff in it. HTH Tom Link to comment Share on other sites More sharing options...
andrewp Posted April 26, 2004 Author Share Posted April 26, 2004 thanks a mill :) --andrew Link to comment Share on other sites More sharing options...
andrewp Posted April 26, 2004 Author Share Posted April 26, 2004 what file is this in, I am not seeing it inside of index.php in includes/languages/english/index.php --Andrew Link to comment Share on other sites More sharing options...
andrewp Posted April 26, 2004 Author Share Posted April 26, 2004 nm,got it.. thanks again Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.