403Webshell
Server IP : 62.72.47.131  /  Your IP : 216.73.217.34
Web Server : Apache/2.4.66 (Debian)
System : Linux 975cdb959a49 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
User :  ( 501)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/medicate/template-parts/header/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/medicate/template-parts/header/header-style-two.php
<?php
/**
* Displays header widgets if assigned
*
* @package WordPress
* @subpackage pilelabs
* @since 1.0
* @version 1.0
*/
$pqf_options = get_option('pqf_options');

$row = "row no-gutters";
$soc_align = "";
$con_align = "";
$sticky = "";
$hide_top = "";
if(function_exists('get_field') &&  get_field('field_QnF1Ebstikey') != 'inherit' )
{ 
   if(get_field('field_QnF1Ebstikey') == 'yes')
   {
   $sticky = 'pt-has-sticky';
   }
   else if (get_field('field_QnF1Ebstikey') == 'no')
   {
      $sticky = '';
   }
}
else if(class_exists('ReduxFramework') && $pqf_options['sticky_header_enable'] == 'yes')
{
   $sticky = 'pt-has-sticky';
}

if(isset($pqf_options['pt_top_header_layout']))
{
	if($pqf_options['pt_top_header_layout'] == 'social-right')
	{
		$row = "row no-gutters flex-row-reverse";
		$soc_align = "text-right";
		$con_align = "";
	}
	if($pqf_options['pt_top_header_layout'] == 'social-left')
	{
		$row = "row no-gutters";
		$soc_align = "";
		$con_align = "text-right";
	}
}

if ($pqf_options['top_header_enable'] == 'no')
{
	$hide_top = "pt-topbar-hide";
}

?>

<header id="pt-header" class="pt-header-style-3 <?php  echo esc_attr($sticky); ?> <?php echo esc_attr($hide_top); ?>">
   <div class="pt-top-header">
      <div class="container">
            						<?php
						if(function_exists('get_field') && get_field('field_QnF1Ebs') != 'inherit')
						{
							$header_option = get_field('field_QnF1Ebs');
							if($header_option == 'yes')
							{
								$top_header = get_field('key_pjroswas');
								if ($top_header['top_header_options'] == 'social-left' || 'social-right')
								{
									get_template_part( 'template-parts/header/header', 'top' );
								}
								else{
									get_template_part( 'template-parts/header/header', 'top' );
								}
							}

						}
						elseif(class_exists('ReduxFramework'))
						{
							if($pqf_options['top_header_enable'] == 'yes')
							{
								get_template_part( 'template-parts/header/header', 'top' );
							}
						}
						?>
         </div>
      </div>
      <div class="pt-bottom-header">
         <div class="container">
            <div class="row">
               <div class="col-lg-12">
                  <nav class="navbar navbar-expand-lg navbar-light">
                     <a class="navbar-brand" href="<?php  echo esc_url( home_url( '/' ) ); ?>">
                        <?php medicate_display_logo(); ?>
                     </a>
                     <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <?php if ( has_nav_menu( 'primary' ) ) : ?>
							<?php wp_nav_menu( array(
								'theme_location' => 'primary',
								'menu_class'  => 'navbar-nav ml-auto',
								'menu_id'     => 'pt-main-menu',
								'container_id' => 'pt-menu-contain',
								'container_class' => 'pt-menu-contain',
							) ); ?>
						<?php endif; ?>
                     </div>
                     <div class="pt-header-info-box">                    
                           <div class="info-icon">
                              <div class="icon">
                                 <i class="ti-headphone-alt" aria-hidden="true"></i>
                              </div>
                           </div>
                           <div class="info-icon-content">
                               <h4><a href="tel:<?php echo esc_attr($pqf_options['phone']); ?>"><?php echo esc_html($pqf_options['phone']); ?></a></h4>
                              <p><?php echo esc_html($pqf_options['time']); ?></p>
                           </div>
                      </div>  
                     <?php if ($pqf_options['header_action_enable'] == 'yes') { ?>                                 
                     <div class="pt-btn-container">
                        <?php
                        if(isset($pqf_options['action_btn_url']) && !empty($pqf_options['action_btn_url']))
                        {
                           $url = $pqf_options['action_btn_url'];
                        }
                        else
                        {
                           $url = "#";
                        }
                        ?>
                        <a href="<?php echo esc_url($url); ?>" class="pt-button">
                           <div class="pt-button-block">
                              <?php
                              if(isset($pqf_options['action_btn_text']) && !empty($pqf_options['action_btn_text']))
                              {
                                 $text = $pqf_options['action_btn_text'];
                              }
                              else
                              {
                                 $text = 'Appointment';
                              }
                              ?>
                              <span  class="pt-button-text"><?php echo esc_html($text); ?></span><i class="ion ion-plus-round"></i>
                           </div>
                        </a>
                     </div>
                     <?php } ?>
                        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                           <i class="fas fa-bars"></i>
                        </button>
                  </nav>                  
                  <div>
               </div>
            </div>
         </div>
      </div>
   </div>
</header>

Youez - 2016 - github.com/yon3zu
LinuXploit