Path : /home/vishqocm/vjmedia.in/wp-content/themes/citygov/
File Upload :
Current File : /home/vishqocm/vjmedia.in/wp-content/themes/citygov/404.php

<?php
/*
Template Name: Page 404
*/

// Tribe Events hack - create empty post object
if (!isset($post)) {
	$post = new stdClass();
	$post->post_type = 'unknown';
}
// End Tribe Events hack

get_header(); 

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

get_footer(); 
?>