HEX
Server: nginx/1.26.1
System: Linux main-vm 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: /var/www/adila/wp-content/themes/tombuild/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
<?php wp_body_open(); ?>

<div id="wrapper" style="<?php echo tombuild_element_bg_css( 'wrapper_background_img' ); ?>">
	<?php get_template_part( 'templates/cursor' ); ?>

	<div class="search-style-fullscreen">
    	<div class="search_form_wrap">
    		<span class="search-close"></span>
        	<?php get_search_form(); ?>
        </div>
    </div><!-- /.search-style-fullscreen -->
	
    <div id="page" class="clearfix <?php echo tombuild_preloader_class(); ?>" 
    	<?php if ( tombuild_get_mod( 'preloader_image', '' ) ) { 
    	    echo ' data-preloader="' . esc_url( tombuild_get_mod( 'preloader_image', '' ) ) . '"'; 
    	    echo ' data-preclass="' . esc_attr( tombuild_get_mod( 'tombuild_loader_class', '' ) ) . '"'; 
    	}; ?>>
    	<?php if (tombuild_get_elementor_option('header_hide') !== 'yes') { ?>
	    	<div id="site-header-wrap">
				<?php get_template_part( 'templates/site-header' ); ?>
			</div><!-- /#site-header-wrap -->
		<?php } ?>

		<?php get_template_part( 'templates/featured-title' ); ?>

        <!-- Main Content -->
        <div id="main-content" class="site-main clearfix" style="<?php echo tombuild_main_content_bg(); ?>">