jmotos Posted June 2, 2006 Posted June 2, 2006 How can i remove the text that says "Whats New Here?" or change it to something else?
choosealogin Posted June 2, 2006 Posted June 2, 2006 That phrase is in catalog/includes/languages/english/index.php Change define('HEADING_TITLE', 'What\'s New Here?'); To define('HEADING_TITLE', 'your new heading here'); How can i remove the text that says "Whats New Here?" or change it to something else?
jmotos Posted June 2, 2006 Author Posted June 2, 2006 i can see a bit that says: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> but not the bit you said, im geussing its at the top ?
jmotos Posted June 2, 2006 Author Posted June 2, 2006 sorry was looking at the wrong file, ive got it cheers for your help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.