bizou/plugins/viewer/functions.php

7 lines
140 B
PHP
Raw Normal View History

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