The code to be pasted didn't seem to show, may be it has to be screened first(?), here it is in plain text:
*********************************************
<? Php
hikashop_image_link_render function (& $ obj, $ path, $ addPopUp, optionslink $, $ html) {
return '<a rel="rokbox (Album)" title ="'.$ alt. "Target =" _blank "href ="'.$ obj-> uploadFolder_url. $ Path." Onclick = "SqueezeBox. fromElement (this, {parse: \ "rel \ '}) return false;"'. optionslink .'>'.$ $ html. '</ a>';
}
hikashop_small_image_link_render function (& $ obj, $ path, $ addPopUp, optionslink $, $ html) {
return '<a class="hikashop_image_small_link" rel="rokbox (Album)" title ="'.$ alt. "Href ="'.$ obj-> uploadFolder_url. $ Path." Onclick = "SqueezeBox.fromElement (this, { parse: \ "rel \ '}) return false;
"Target =" _blank "onmouseover =" return hikashopChangeImage (\''. $ AddPopUp. '\', \''. $ Obj-> uploadFolder_url_thumb. '\', \''. $ Obj-> thumbnail_x. '\' , \''. $ obj-> thumbnail_y. '\', this); "'. optionslink .'>'.$ $ html.' </ a> ';
}
*********************************************
Tom