2ac59acfa2e26cbb1d1911fcf18eda9b500c2bd8
[bizou.git] / plugins / viewer / functions.php
1 <?php
2 function getImageLink($imageSimplePath)
3 {
4         return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
5 }
6 ?>