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