function getDeleteImage($id) { ilandCommonUtils::delete_img($id); }
function deleteimg() { $id = JRequest::getVar('id', 0); ilandCommonUtils::delete_img($id); $this->setRedirect($this->_controllerUrl . '&Itemid=' . $_GET['Itemid'] . '&id=' . $id . '&lang=' . $_GET['lang']); }
function getDeleteImage($id) { //echo $id; //exit; ilandCommonUtils::delete_img($id); }