john77 Posted June 12, 2003 Posted June 12, 2003 i need help changing the box heading i have installed a ticket support system and i tried to change the box heading but it is calling it from some where else and i cant find it here is hat i have so far info_box_contents[] = array('text' => BOX_HEADING_TICKET); if i change that to the name i want it to have my catalog screws up i have run out of places to look
dahammer2 Posted June 12, 2003 Posted June 12, 2003 Have you added a definition to the language file as well? i.e. in the catalog/includes/languages/english.php define('BOX_HEADING_TICKET', 'Ticketing System'); Is there actually a error message? i.e. how does it screw up exactly
Guest Posted June 12, 2003 Posted June 12, 2003 All the headers for the boxes are in catalog/includes/languages/english.php You'll see how to modify them once you're there. info boxes are at about line 122 Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.