Home
last modified time | relevance | path

Searched refs:extList (Results 1 – 1 of 1) sorted by relevance

/template/writers/images/cabecera/
H A Drotator.php143 $extList = array(); variable
144 $extList['gif'] = 'image/gif';
145 $extList['jpg'] = 'image/jpeg';
146 $extList['jpeg'] = 'image/jpeg';
147 $extList['png'] = 'image/png';
164 isset( $extList[ strtolower( $imageInfo['extension'] ) ] ) &&
175 isset( $extList[ strtolower( $file_info['extension'] ) ] )
190 $contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ];