gandhi Posted May 1, 2008 Share Posted May 1, 2008 www.brewrecords.net/shop/advanced_search.php i want to change the black bold wording from manufacturers to 'label' <td class="fieldKey"><?php echo ENTRY_MANUFACTURERS; ?></td> <td class="fieldValue"><?php echo tep_draw_pull_down_menu('manufacturers_id', tep_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)))); ?></td> </tr> heres some code from the advanced_search.php. I thought it would be there but it isn't can anyone help? thank you. Link to comment Share on other sites More sharing options...
spooks Posted May 1, 2008 Share Posted May 1, 2008 www.brewrecords.net/shop/advanced_search.php i want to change the black bold wording from manufacturers to 'label' <td class="fieldKey"><?php echo ENTRY_MANUFACTURERS; ?></td> <td class="fieldValue"><?php echo tep_draw_pull_down_menu('manufacturers_id', tep_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)))); ?></td> </tr> heres some code from the advanced_search.php. I thought it would be there but it isn't can anyone help? thank you. You need to look in catalog\includes\languages\english\index.php Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.