hi there. i am also having the blank screen problem. i have tried the fix listed below (removing the extra } ) and i still get the blank page. can someone please look over this and see if there isn't something else wrong?
function tep_image_button($image, $alt = '', $params = '') {
global $language;
if (ADMIN_BUTTON =="true"){
return tep_image(DIR_WS_ADMIN . 'mindsparx_admin/template/'. ADMIN_TEMPLATE.'/images/buttons/'. $language . '/' . $image, $alt, '', '', $params);
} else {
return tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image, $alt, '', '', $params);
}