Guest Posted March 21, 2003 Share Posted March 21, 2003 Hi, Where do i find this line and get rid of it: << new products for ( Then the month) >> I would like to replace it with my own phrase.. But if i remove the line will it affect what i 'll put there. Because i dont know where it is pulling the month from. Please help Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2003 Share Posted March 21, 2003 If you are going to make any changes... backup the files first! The text you are looking for is in catalog/includes/modules/new_products.php... Locate the following code... <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B'))); new contentBoxHeading($info_box_contents); The code is in BOLD that needs to be changed or removed. The text for TABLE_HEADING_NEW_PRODUCTS can be found in catalog/includes/languages/english/defualt.php... and strftime is a function within application_top.php. Hope this helps. -R Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.