dreamer_ba Posted August 16, 2006 Share Posted August 16, 2006 Right now, the welcome text is places above the new products box, but is it also possible to add extra text under the new products box? Link to comment Share on other sites More sharing options...
Wendy James Posted August 16, 2006 Share Posted August 16, 2006 Yes. You can create a define in the language file... using the text_main as an example then add the code to the index.php where you want it to show up. for an example in includes/languages/english/index.php make define('TEXT_MAIN_BOTTOM', 'this would be the text under the new products'); then on index.php add <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN_BOTTOM; ?></td> </tr> under <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.