From b068137ddc462fee65f9fe1cd1809c8854fb3881 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 17 Nov 2006 04:26:10 +0000 Subject: - plugins can have full control over the path/url of the element/image/ thumbnail/high (it is possible now to have secure images, on the fly watermarking, mod download and media integrator plugins working together in any combination and without touching PWG core) git-svn-id: http://piwigo.org/svn/trunk@1612 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_picture.inc.php | 222 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 include/functions_picture.inc.php (limited to 'include/functions_picture.inc.php') diff --git a/include/functions_picture.inc.php b/include/functions_picture.inc.php new file mode 100644 index 000000000..572ef8207 --- /dev/null +++ b/include/functions_picture.inc.php @@ -0,0 +1,222 @@ + $element_info['id'], + 'part' => $what_part, + ) + ); + return trigger_event( 'get_download_url', $url, $element_info); +} + +?> \ No newline at end of file -- cgit v1.2.3