OnePhatWebyCat Posted July 14, 2003 Share Posted July 14, 2003 i am hopeing some one knows this answer. tep_draw_separator I am trying to locate the section that controlls the output of this. meaning: if i have this <?php echo tep_draw_separator('pixel_silver.gif', '100%', '1'); ?> it produces this html <img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"> i need to no where this is controlled. reason i want to change img src="images/ to a new location if any one knows where this is to be changed please advise. :!: first rule: Allways make a backup of a file before you change it. & All code is CASE Sensitive :!: second rule: Never copy and paist code unless you know it works. :!: third rule: If you do not know ask. :!: final rule: Have patience. Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 tep_draw_separator is in includes/functions/html_output.php. The images/ comes from the DIR_WS_IMAGES in includes/configure.php. Hth, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.