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