HEX
Server: Apache
System: Linux host.hizmetvakfi.org 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: sinanpasha (1007)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/pulse/header.php
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <title><?php ui::title(); ?></title>

	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
    
    <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_head(); ?>
    <?php ui::js("jwplayer"); ?>

</head>
<body <?php body_class() ?>>

<div id="container">
    <header id="header">
        <div id="logo">
			<?php if (!option::get('misc_logo_path')) { echo "<h1>"; } ?>

			<a href="<?php echo home_url(); ?>" title="<?php bloginfo('description'); ?>">
				<?php if (!option::get('misc_logo_path')) { bloginfo('name'); } else { ?>
					<img src="<?php echo ui::logo(); ?>" alt="<?php bloginfo('name'); ?>" />
				<?php } ?>
			</a>

			<?php if (!option::get('misc_logo_path')) { echo "</h1>"; } ?>
        </div>
 
		<div id="navbar">
 			<?php
 				wp_nav_menu(array(
					'container' => 'menu',
					'container_class' => '',
					'menu_class' => 'dropdown',
					'menu_id' => 'mainmenu',
					'sort_column' => 'menu_order',
					'theme_location' => 'primary'
				));
 			 ?>
 		</div><!-- end of #navbar -->
 		<div class="clear"></div>
    </header>