WebDev22 Posted June 16, 2011 Share Posted June 16, 2011 What's the best way to remove the HEADING_TITLE from only the home page? Link to comment Share on other sites More sharing options...
WebDev22 Posted June 16, 2011 Author Share Posted June 16, 2011 I figured it out and removed it by commenting out the table row that displays the HEADER_TITLE on the index.php file: <!-- <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> --> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.