Renamed getThumbTarget to getImageLink
[bizou.git] / plugins / viewer / functions.php
index 3d14508..71ec3f0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-function getThumbTarget($imageSimplePath)
+function getImageLink($imageSimplePath)
 {
        return dirname($_SERVER["SCRIPT_NAME"])."/plugins/viewer/view.php$imageSimplePath";
 }