gildedsplinters Posted January 10, 2005 Posted January 10, 2005 I am trying to remove all of the text from the front page, and dump in the html i have created for the home page -- it is working, minus getting rid of the little image in the top corner, topic heading, and the welcome guest login text. Where is that stuff stored? Where do I edit it? REMOVE it! thanks JG
RyanSmith Posted January 10, 2005 Posted January 10, 2005 I am trying to remove all of the text from the front page, and dump in the html i have created for the home page -- it is working, minus getting rid of the little image in the top corner, topic heading, and the welcome guest login text. Where is that stuff stored? Where do I edit it? REMOVE it! thanks JG <{POST_SNAPBACK}> Comment out or delete these lines: <!-- <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php //echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr>--> osCommerce is a great piece of software with wonderful contributions. Spend some time in the contribution area. There are a lot of gems there.
gildedsplinters Posted January 10, 2005 Author Posted January 10, 2005 Comment out or delete these lines: <!-- <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php //echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr>--> <{POST_SNAPBACK}> Which file is that in? index.php?
gildedsplinters Posted January 10, 2005 Author Posted January 10, 2005 Where is that code located? It's not in the index.php file??? Thanks for the help! JG
RyanSmith Posted January 10, 2005 Posted January 10, 2005 Where is that code located? It's not in the index.php file??? Thanks for the help! JG <{POST_SNAPBACK}> It is in index.php in the root of your catalog directory around line 287. I'm not positive about the exact line number because I have edited all of that code, but check around there. Do a search on HEADING_TITLE in index.php and you should be able to find where those are getting printed out. Remeber these are in catalog/index.php not catalog/includes/languages/english/index.php osCommerce is a great piece of software with wonderful contributions. Spend some time in the contribution area. There are a lot of gems there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.