Changeset 12859
- Timestamp:
- 01/06/12 17:19:00 (18 months ago)
- Files:
-
- 1 modified
-
extensions/GThumb/main.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/GThumb/main.inc.php
r12858 r12859 164 164 } 165 165 166 if ( !empty( $picture['tn_ext']) )166 if ( !empty($picture['tn_ext']) ) 167 167 { 168 168 $file = substr_replace(get_filename_wo_extension($picture['path']), '/GThumb/',strrpos($picture['path'],'/'),1).'.'.$picture['tn_ext']; … … 171 171 list($width, $height) = getimagesize($file); 172 172 173 $result =array(173 return array( 174 174 'src' => embellish_url(get_root_url().$file), 175 175 'width' => $width,
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)