-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
35 lines (27 loc) · 1.32 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/*
===================================================================================================
WARNING! DO NOT EDIT THIS FILE OR ANY TEMPLATE FILES IN THIS THEME!
To make it easy to update your theme, you should not edit this file. Instead, you should create a
Child Theme first. This will ensure your template changes are not lost when updating the theme.
You can learn more about creating Child Themes here: http://codex.wordpress.org/Child_Themes
You have been warned! :)
===================================================================================================
*/
// Current version of the theme
define( 'CHURCHTHEMES_CURRENT_VERSION', '1.4' );
// Theme options
define( 'CHURCHTHEMES_OPTIONS_MAIN_COLOR', '#fff34e' );
define( 'CHURCHTHEMES_OPTIONS_LOGO_WIDTH', 372 );
define( 'CHURCHTHEMES_OPTIONS_LOGO_HEIGHT', 88 );
define( 'CHURCHTHEMES_OPTIONS_LOGO_TOP_MARGIN', 24 );
// Custom background
define( 'CHURCHTHEMES_DEFAULT_BACKGROUND_IMAGE', WP_THEME_URL . '/images/bg_body.jpg' );
define( 'CHURCHTHEMES_DEFAULT_BACKGROUND_COLOR', '354230' );
// Slider controls
if ( !defined( 'CHURCHTHEMES_SLIDER_CONTROLS_ACTIVE' ) ) {
define( 'CHURCHTHEMES_SLIDER_CONTROLS_ACTIVE', '#9ead95' );
}
// Update script
define( 'CHURCHTHEMES_UPDATE_API_URL', 'http://churchthemes.net' );
define( 'CHURCHTHEMES_ITEM_NAME', 'Calvary' );