2010-12-12 23:35:15 +01:00
|
|
|
<?php
|
2010-12-30 17:46:02 +01:00
|
|
|
function getImageLink($imageSimplePath)
|
2010-12-12 23:35:15 +01:00
|
|
|
{
|
2011-01-27 01:13:05 +01:00
|
|
|
return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
|
2010-12-12 23:35:15 +01:00
|
|
|
}
|
|
|
|
?>
|