17 lines
No EOL
449 B
PHP
17 lines
No EOL
449 B
PHP
<?php
|
|
|
|
/*
|
|
Override any of the default settings below:
|
|
|
|
$config['site_title'] = 'Pico'; // Site title
|
|
$config['base_url'] = ''; // Override base URL (e.g. http://example.com)
|
|
$config['theme'] = 'default'; // Set the theme (defaults to "default")
|
|
$config['enable_cache'] = false; // Enable caching
|
|
|
|
To add a custom config setting:
|
|
|
|
$config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme
|
|
|
|
*/
|
|
|
|
?>
|