Current File : /home/smartravaldo/web/smartravaldo.ro/public_html/wp-content/themes/cars4rent/404.php
<?php
/**
 * Template for Page 404
 */

// Tribe Events hack - create empty post object to prevent error message from the plugin
if (!isset($GLOBALS['post'])) {
	$GLOBALS['post'] = new stdClass();
	$GLOBALS['post']->post_type = 'unknown';
}
// End Tribe Events hack

get_header(); 

cars4rent_show_post_layout( array('layout' => '404'), false );

get_footer(); 
?>