aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-11-15 04:25:12 +0000
committerrvelices <rv-github@modusoptimus.com>2006-11-15 04:25:12 +0000
commit221d839769ae15035397ab691a1bea8567b60ee0 (patch)
tree2a6d84cb52de93ccd95a421a30fcc4fd3885383b /include/functions.inc.php
parentc8a07e4c0b9d0f36f7fb73ac8af0cff64ff3fdee (diff)
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
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php11
1 files changed, 0 insertions, 11 deletions
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.