File: /home/dmstechonline/crm.chaitanyahospitalvirar.com/application/config/ci-blog.php
<?php
if (!defined('BASEPATH')) {
exit('No direct script access allowed');
}
$config['ci_balance_group'] = 'Balance Master';
$config['ci_balance_type'] = 'Previous Session Balance';
$config['ci_blog_theme'] = 'default';
$config['ci_front_page_url'] = 'page/';
$config['ci_front_page_read_url'] = 'read/';
$config['ci_front_event_content'] = 'events';
$config['ci_front_notice_content'] = 'notice';
$config['ci_front_gallery_content'] = 'gallery';
$config['ci_front_banner_content'] = 'banner';
$config['ci_front_home_page_slug'] = 'home';
$config['ci_front_complain_page_slug'] = 'complain';
$config['ci_front_themes'] = array(
'turquoise_blue' => 'theme_default.jpg',
'sky_blue' => 'theme_yellow.jpg',
'material_pink' => 'theme_darkgray.jpg',
'white_gray' => 'theme_white_gray.jpg',
);