> >
'; echo '

'.esc_html__('Website is almost ready', 'whistle').'

'; echo '

'.esc_html__('Our website is under construction.', 'whistle').'

'; echo '

'.esc_html__("We'll be here soon with our new awesome.", 'whistle').'

'; echo '
'; if( cs_get_option( 'show-launchdate' ) == 'true' ): $date = cs_get_option( 'comingsoon-launchdate' ); $datetime = new DateTime('tomorrow'); $date = !empty( $date ) ? $date : $datetime->format('m/d/Y'); $offset = cs_get_option( 'comingsoon-timezone' ); $offset = !empty( $offset ) ? $offset : '+5'; echo '
'; echo '
'; echo '
'; echo '
00
'; echo '
'; echo '

'.esc_html__('Days', 'whistle').'

'; echo '
'; echo '
'; echo '
'; echo '
00
'; echo '
'; echo '

'.esc_html__('Hours', 'whistle').'

'; echo '
'; echo '
'; echo '
'; echo '
00
'; echo '
'; echo '

'.esc_html__('Minutes', 'whistle').'

'; echo '
'; echo '
'; echo '
'; echo '
00
'; echo '
'; echo '

'.esc_html__('Seconds', 'whistle').'

'; echo '
'; echo '
'; endif; echo '
'; endif; ?>