batt255 Posted April 24, 2010 Posted April 24, 2010 (edited) Can anyone help? I have managed to find and replace all the code on the index.php except for one. FIND (Around line 345) <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> I can't find anything this is the last part of my index.php from line 338 forward > </table> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '5'); ?></td> </tr> </table> <?php require(DIR_WS_INCLUDES . 'sub_footer.php'); ?> </td> <?php } ?> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top" class="maincont_right_td"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0" class="rightbar_tb"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Can anyone please tell me what code to replace? thanks so much.. Also I notice that the last code is not even in the index.php for "the new site" Edited April 24, 2010 by batt255 Quote
Guest Posted April 25, 2010 Posted April 25, 2010 Bruce, That is because you are using a template and the template creator has removed that code from the index.php file. You may have to 'play' with the code a bit to get the edits in the correct place. Be sure to MAKE A BACKUP before 'playing' with it. Chris 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.