Renamed getThumbTarget to getImageLink
[bizou.git] / plugins / viewer / functions.php
1 <?php
2 function getImageLink($imageSimplePath)
3 {
4         return dirname($_SERVER["SCRIPT_NAME"])."/plugins/viewer/view.php$imageSimplePath";
5 }
6 ?>