<?php
function getImageLink($imageSimplePath)
{
return dirname($_SERVER["SCRIPT_NAME"])."/plugins/viewer/view.php$imageSimplePath";
}
?>