<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
* ConCentric Config Array
*
* Contains the basic base config settings
*
* @package ConCentric
* @subpackage Configurations
* @author Leane Verhulst
* @copyright Copyright (c) 2008
* @license http://www.gnu.org/licenses/gpl.html
*/
/*----------------------------------------------*
* MAIN CONFIGURATIONS
*----------------------------------------------*/
/*
|--------------------------------------------------------------------------
| ConCentric Database Table Prefix
|--------------------------------------------------------------------------
| This is the table prefix which will be placed before
| each table name which ConCentric uses
*/
$config['concentric_table_prefix'] = 'cc_';
/*----------------------------------------------*
* TEMPLATE
*----------------------------------------------*/
/*
|--------------------------------------------------------------------------
| View File Locations
|--------------------------------------------------------------------------
| Contains variables setting where the default view file directories are located.
| All must be defined with trailing slashes, apart from concentric_template_dir
| which is blank by default.
*/
$config['concentric_template_dir'] = "";
$config['concentric_template_admin'] = $config['concentric_template_dir'] . "concentric/";
/* End of file concentric.php */
/* Location: ./system/application/config/concentric.php */