fatalError( 'No post indicated' ); } global $gContent; require_once( BLOGS_PKG_PATH.'lookup_post_inc.php' ); if( $gContent->load() ) { include_once( BLOGS_PKG_PATH.'display_bitblogpost_inc.php' ); } else { $gBitSystem->fatalError( 'Post could not be found.' ); } ?>