function actConfig()
 {
     $config = new CatalogConfig();
     $config->load();
     $data['config'] = $config;
     $this->setTitle('Настройки');
     $this->explorer[] = array('name' => 'Настройки');
     $this->display($data, dirname(__FILE__) . '/admin_config.tpl.php');
 }