bizou/plugins/viewer/functions.php
2010-12-30 17:46:02 +01:00

7 lines
138 B
PHP

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