HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamsrent-wp-demo/wp-content/themes/dreamsrent/templates/header/header-none.php
<!DOCTYPE html>
<html <?php language_attributes(); ?> >

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
    <link rel="profile" href="//gmpg.org/xfn/11">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
	
    <?php wp_head(); ?>
</head>



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

<?php wp_body_open(); ?>
<?php 
if(in_array('redux-framework/redux-framework.php', apply_filters('active_plugins', get_option('active_plugins'))))
{ 

 $main_logo = dreamsrent_fl_framework_getoptions('frontend_logo');
 if(isset($main_logo) && $main_logo != '')
{
	  $main_logo_url = $main_logo['url'];
} 
$mobile_logo = dreamsrent_fl_framework_getoptions('small_logo');
if(isset($mobile_logo) && $mobile_logo != '')
{
	 $mobile_logo_url = $mobile_logo['url'];
} 

} else {
	$main_logo_url = get_template_directory_uri().'/assets/images/logo.svg';
	$mobile_logo_url = get_template_directory_uri().'/assets/images/logo-small.png';
 }
 
?>

<div class="main-wrapper login-body">


			

		<!-- /Header -->