janewhitman Posted July 9, 2010 Posted July 9, 2010 Hello i already have a separate page for the 'about us' section however i would like to add some basic info about us on the index page..preferably in the middle section. currently my index page has 'whats new here' in the middle but that just has products.. does anyone know how i can add-on an info box above the 'whats new here' ? i searched in the info box add on but found nothing. thanks guys! Quote
Jan Zonjee Posted July 10, 2010 Posted July 10, 2010 i already have a separate page for the 'about us' section however i would like to add some basic info about us on the index page..preferably in the middle section. currently my index page has 'whats new here' in the middle but that just has products.. does anyone know how i can add-on an info box above the 'whats new here' ? i searched in the info box add on but found nothing. Who needs an addon for something like that? Just add in the HTML on index.php (close to the bottom of the file): <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <!-- add your new box here --> <tr> <td>new html for a box here</td> </tr> <!-- end of new box --> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.