The browser is Opera 10.63. I have added this command in content:
Code: Select all
{phocadownload view=file|id=1}/public_html/plugins/content/phocadownload.php:
Code: Select all
$output .= '<div class="phocadownloadfile'.(int)$iSize.'"><a href="'. JRoute::_($link).'" '.$targetOutput.'>'. $textOutput.'</a></div>';Code: Select all
$output .= '<object><div class="phocadownloadfile'.(int)$iSize.'"><a href="'. JRoute::_($link).'" '.$targetOutput.'>'. $textOutput.'</a></div></object>';
