first commit
This commit is contained in:
26
wp-content/themes/thinkai/includes/config.php
Normal file
26
wp-content/themes/thinkai/includes/config.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* Theme config file.
|
||||
*
|
||||
* @package THINKAI
|
||||
* @author TonaTheme
|
||||
* @version 1.0
|
||||
* changed
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( 'Restricted' );
|
||||
}
|
||||
|
||||
$config = array();
|
||||
|
||||
$config['default']['thinkai_main_header'][] = array( 'thinkai_main_header_area', 99 );
|
||||
|
||||
$config['default']['thinkai_main_footer'][] = array( 'thinkai_main_footer_area', 99 );
|
||||
|
||||
$config['default']['thinkai_sidebar'][] = array( 'thinkai_sidebar', 99 );
|
||||
|
||||
$config['default']['thinkai_banner'][] = array( 'thinkai_banner', 99 );
|
||||
|
||||
|
||||
return $config;
|
||||
Reference in New Issue
Block a user