Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/themes/kallyas/
Upload File :
Current File : /var/test/www/foundation/wp-content/themes/kallyas/404.php

<?php if(! defined('ABSPATH')){ return; }

$content_type = zget_option( '404_content_type', 'zn_404_options', false, '' );

if( 'pb_template' === $content_type ){

	get_template_part( '404', 'smart-area' );
}
else{
	get_template_part( '404', 'standard' );
}