Fixed a bug when bizou was operating at the top root of a site
[bizou.git] / plugins / viewer / functions.php
1 <?php
2 function getImageLink($imageSimplePath)
3 {
4         return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
5 }
6 ?>