';
echo shop_isle_sanitize_text($shop_isle_404_title);
echo '
';
endif;
/* text */
$shop_isle_404_text = get_theme_mod('shop_isle_404_text',__( 'The requested URL was not found on this server.That is all we know.','shop-isle' )); if( !empty($shop_isle_404_text) ): echo '
';
echo shop_isle_sanitize_text($shop_isle_404_text);
echo '
';
endif;
/* button */
$shop_isle_404_link = get_theme_mod('shop_isle_404_link','#');
$shop_isle_404_label = get_theme_mod('shop_isle_404_label',__( 'Back to home page', 'shop-isle' ));
if( !empty($shop_isle_404_link) && !empty($shop_isle_404_label) ):
echo ' ';
endif;
?>