Your IP : 216.73.216.138


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/404.php

<?php

function render_content() {
	// Load the not_found.php file, by default
	do_action( 'builder_template_show_not_found' );
}

add_action( 'builder_layout_engine_render_content', 'render_content' );

do_action( 'builder_layout_engine_render', basename( __FILE__ ) );