projects
/
bizou.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
honor jpeg orientation
[bizou.git]
/
plugins
/
viewer
/
functions.php
1
<?php
2
function getImageLink($imageSimplePath)
3
{
4
return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
5
}
6
?>