From 221d839769ae15035397ab691a1bea8567b60ee0 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 15 Nov 2006 04:25:12 +0000 Subject: completely replaced get_thumbnail_src it get_thumbnail_url or get_thumbnail_path git-svn-id: http://piwigo.org/svn/trunk@1609 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') diff --git a/include/functions.inc.php b/include/functions.inc.php index 68e06b579..7851021a3 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -680,17 +680,6 @@ function get_pwg_themes() return $themes; } -/** -DEPRECATED use get_thumbnail_path or get_thumbnail_url - */ -function get_thumbnail_src($path, $tn_ext = '', $with_rewrite = true) -{ - if ($with_rewrite) - return get_thumbnail_url( array('path'=>$path, 'tn_ext'=>$tn_ext) ); - else - return get_thumbnail_path( array('path'=>$path, 'tn_ext'=>$tn_ext) ); -} - /* Returns the PATH to the thumbnail to be displayed. If the element does not * have a thumbnail, the default mime image path is returned. The PATH can be * used in the php script, but not sent to the browser. -- cgit v1.2.3