10 lines
158 B
PHP
10 lines
158 B
PHP
<?php if ( ! defined( 'FW' ) ) {
|
|
die( 'Forbidden' );
|
|
}
|
|
/**
|
|
* Theme config
|
|
*
|
|
* @var array $cfg Fill this array with configuration data
|
|
*/
|
|
|
|
$cfg = array(); |