File: //home/bk/efi/eficenter.ru/config.php
<?php
$CONFIG = array(
    'inc_path'				=> 'inc/',								
    'core_path'				=> 'core/',							
    
    'class_path'			=> 'modules/',					
    'tpl_path'				=> 'tpls/',								
    
    'admin_tpl_path'		=> 'tpls/admin/', 						
    
    'admin_main_template'	=> array(1 => '_index_1.html',			
        
        2 => '_index_2.html',			
        3 => '_index_3.html',		
        4 => '_index_4.html',		
        5 => '_index_5.html',		
        ),
        'img_path'				=> 'i/',							
    'admin_img_path'		=> 'i/adminx/',							
        
        'tree_img_path'		=> 'i/tree/',						
        
        'cache_path'			=> 'cache/', 						
        
        'files_upload_img_path'	=> 'files/images/',						
    'files_upload_img_url' 	=> 'files/images/',						
        
        'files_upload_path'		=> 'files/',						
        
        'admin_default_module'	=> 'pages',
        'script_filename'		=> 'index.php',
        'multibase'				=> 0,
        'no_cache_modules'		=> array(),
        'no_cache_actions'		=> array('showbanner', 'showpoll'),
        'email_headers'		=>	'Content-Type: text/plain; charset=windows-1251\n',
        'email_type'			=> 'text/html',
        'email_charset'			=> 'windows-1251',
        'nav_separator' 		=> ' » ',
        'calendar_date' 		=> '%d.%m.%Y',
        'pages_in_block' 		=> 10,
        'site_langs'			=> array(1	=> array('value'	=> 'ru',
            'name'		=> '',
        ),
            2	=> array('value'	=> 'en',
                'name'		=> '',
            ),
        ),
        'default_lang' => 'ru',
    );
$OPEN_NEW = array();
$NEW = array(
    /* CONF:START */
    'db_host' => 'localhost',
    'db_database' => 'eficenter_ru_db',
    'db_user' => 'eficenter_ru_usr',
    'db_password' => '2xlCPRSt2uhZKGoR',
    'site_on'	=>	1,
    'sitename' => 'eficenter.ru',
    'sitename_rus' => 'eficenter.ru',
    'web_address' => 'http://eficenter.ru/',
    'rewrite_mod' => true,
    'multilanguage' => 'on',
    'default_lang' => 'rus',
    'use_cache' => '',
    'cache_expiration_time' => '0',
    'contact_email' => 'noreply@vladweb.ru',
    'return_email' => 'noreply@vladweb.ru',
    'back_office_zip' => '0',
    'front_office_zip' => '0',
    'pages_charset' => 'windows-1251',
    'error_reporting' => '0',
    /* CONF:END */
);