Ignore:
Timestamp:
Nov 15, 2006, 5:25:12 AM (17 years ago)
Author:
rvelices
Message:

completely replaced get_thumbnail_src it get_thumbnail_url
or get_thumbnail_path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1596 r1609  
    681681}
    682682
    683 /**
    684 DEPRECATED use get_thumbnail_path or get_thumbnail_url
    685  */
    686 function get_thumbnail_src($path, $tn_ext = '', $with_rewrite = true)
    687 {
    688   if ($with_rewrite)
    689     return get_thumbnail_url( array('path'=>$path, 'tn_ext'=>$tn_ext) );
    690   else
    691     return get_thumbnail_path( array('path'=>$path, 'tn_ext'=>$tn_ext) );
    692 }
    693 
    694683/* Returns the PATH to the thumbnail to be displayed. If the element does not
    695684 * have a thumbnail, the default mime image path is returned. The PATH can be
Note: See TracChangeset for help on using the changeset viewer.