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