Changeset 2206 for trunk/include
- Timestamp:
- Feb 13, 2008, 2:19:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_picture.inc.php
r2026 r2206 149 149 $path = get_themeconf('mime_icon_dir'); 150 150 $path.= strtolower($ext).'.png'; 151 if ( !file_exists(PHPWG_ROOT_PATH.$path) 152 and !empty($element_info['tn_ext']) ) 153 { 154 $path = get_thumbnail_location($element_info); 155 } 151 156 } 152 157
Note: See TracChangeset
for help on using the changeset viewer.