nl1dmo
Karma: 0
|
Re:Play mp3 files from remository. - 2006/12/04 19:19
I think it must be in the remository.class.php on line 458 on the xxxxx position ??
function downloadLink ($autodown) { $downURL = $this->downloadURL ($autodown); if ($this->islocal) $addon = ' rel="nofollow">'; elseif ($autodown == 2) $addon = ' target="_blank" rel="nofollow">'; else $addon = ' onclick="download('.$downURL.')" rel="nofollow" target="_blank">'; $downlink = $this->basicDownloadLink($autodown); $downlink = '<a href="'.$downlink.' xxxxxxx "'.$addon; return $downlink; }
I tried some thinks both coudn't get it work... ?? WHo Please?????
|