mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
16 lines
668 B
PHP
16 lines
668 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Template configuration
|
|
|--------------------------------------------------------------------------
|
|
| This file will contain the settings for the template library.
|
|
|
|
|
| 'parser' = if you want your main template file to be parsed, set to TRUE
|
|
| 'template' = the filename of the default template file
|
|
| 'cache_ttl' = the time all partials should be cache in seconds, 0 means no global caching
|
|
*/
|
|
|
|
$config['parser'] = TRUE;
|
|
$config['template'] = 'templates/vilesci';
|
|
$config['cache_ttl'] = 0;
|