Guest Posted March 27, 2008 Posted March 27, 2008 Hi. Im not to sure what I am supposed to be doing here. I am attempting to install the Auto Thumbnailer using GD Library and have hit on a small problem I have found the tep_image function in te html_output.php file - now this is my dilema: Do i replace the whole file with what is in the instructions or Do I copy and paste the whole script into an area in the text shown below? // The HTML image wrapper function function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') { if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) { return false; } In which case where about in the above? Im really stuck with this as its all quite new to me. Cheers Gill :thumbsup: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.