Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/themes/Builder-Expansion-Red/
Upload File :
Current File : /home/ereika83/public_html/wp-content/themes/Builder-Expansion-Red/functions-child.php

<?php

// Tell the main theme that a child theme is running. Do not remove this.
$GLOBALS['builder_child_theme_loaded'] = true;

// Load translations
load_theme_textdomain( 'it-l10n-Builder-Expansion-Red', get_stylesheet_directory() . '/lang' );


add_theme_support( 'builder-3.0' );
add_theme_support( 'builder-responsive' );
add_theme_support( 'builder-full-width-modules' );

// Adds classes to modules
if ( ! function_exists( 'it_builder_loaded' ) ) {
	function it_builder_loaded() {

		builder_register_module_style( 'widget-bar', 'Dark', 'widget-bar-dark' );
		builder_register_module_style( 'widget-bar', 'Alternate', 'widget-bar-alternate' );
		builder_register_module_style( 'image', 'Alternate', 'image-alternate' );
		builder_register_module_style( 'html', 'Alternate', 'html-alternate' );

	}
	add_action( 'it_libraries_loaded', 'it_builder_loaded' );
}

?>