bizou/plugins/viewer/functions.php
Marc MAURICE 451e14b16e Fixed a bug when bizou was operating at the top root of a site
Thanks to pilau who detected it
2011-01-27 01:13:05 +01:00

7 lines
124 B
PHP

<?php
function getImageLink($imageSimplePath)
{
return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
}
?>