8 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbFilesConfig.php');
21 $this->aFilesConfig = array (
22 'original' => array(
'postfix' =>
'_{ext}'),
25 $this->aGlParams = array(
26 'auto_activation' =>
'ch_files_activation',
27 'mode_top_index' =>
'ch_files_mode_index',
28 'category_auto_approve' =>
'category_auto_activation_ch_files',
29 'browse_width' =>
'ch_files_thumb_width',
32 $this->_aMimeTypes = array();
41 $this->_aMimeTypes = $this->_oDb->getTypeToIconArray();
46 if(isset($this->_aMimeTypes[
$sType]))
47 return $this->_aMimeTypes[
$sType];