Confuzzled! Posted November 7, 2007 Posted November 7, 2007 Hi. Can anyone tell me where 'tep_image_submit' is configured? I would like to change the directory folder that this points to. Many thanks.
shooter-boy Posted November 7, 2007 Posted November 7, 2007 Check out catalog/includes/functions/html_output.php You will find the function in there. This line handles the path, just change it to whatever you want. $image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"'; Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
Confuzzled! Posted November 7, 2007 Author Posted November 7, 2007 Check out catalog/includes/functions/html_output.php You will find the function in there. This line handles the path, just change it to whatever you want. $image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"'; Rob Great! That's worked a treat. Thanks Rob. ;) Paul
Recommended Posts
Archived
This topic is now archived and is closed to further replies.