14 parent::__construct($aSystem);
15 $this->_aTables = array(
16 'ch_profile_custom_main' =>
'`user_id` = {profile_id}',
17 'ch_profile_custom_themes' =>
'`ownerid` = {profile_id}',
19 $this->_sFilesBaseDir =
'modules/cheetah/profile_customize/data/images/';
20 $this->_aTablesWithFiles = array(
21 'ch_profile_custom_main' => array(
33 if (!($a = @unserialize($sFileName)))
39 if (isset($r[
'image'])) {
46 return $this->_sFilesBaseDir . $sPrefix . $sImg .
$sExt;