HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm/wp-content/themes/ronneby/header.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js ie lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7]>         <html class="no-js ie lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8]>         <html class="no-js ie lt-ie9" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 8]>      <html class="no-js ie lt-ie10" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-ie" <?php language_attributes(); ?>> <!--<![endif]-->

<head>

    <meta charset="utf-8">

    <title><?php wp_title('|'); ?></title>

	<?php
	global $dfd_ronneby;
	if(isset($dfd_ronneby['custom_favicon']['url']) && $dfd_ronneby['custom_favicon']['url']) : ?>
		<link rel="icon" type="image/png" href="<?php echo esc_url($dfd_ronneby['custom_favicon']['url']) ?>" />
	<?php endif; ?>
	<?php if(isset($dfd_ronneby['custom_favicon_iphone']['url']) && $dfd_ronneby['custom_favicon_iphone']['url']) : ?>
		<link rel="apple-touch-icon" href="<?php echo esc_url($dfd_ronneby['custom_favicon_iphone']['url']) ?>">
	<?php endif; ?>
	<?php if(isset($dfd_ronneby['custom_favicon_ipad']['url']) && $dfd_ronneby['custom_favicon_ipad']['url']) : ?>
		<link rel="apple-touch-icon" sizes="76x76" href="<?php echo esc_url($dfd_ronneby['custom_favicon_ipad']['url']) ?>">
	<?php endif; ?>
	<?php if(isset($dfd_ronneby['custom_favicon_iphone_retina']['url']) && $dfd_ronneby['custom_favicon_iphone_retina']['url']) : ?>
		<link rel="apple-touch-icon" sizes="120x120" href="<?php echo esc_url($dfd_ronneby['custom_favicon_iphone_retina']['url']) ?>">
	<?php endif; ?>
	<?php if(isset($dfd_ronneby['custom_favicon_ipad_retina']['url']) && $dfd_ronneby['custom_favicon_ipad_retina']['url']) : ?>
		<link rel="apple-touch-icon" sizes="152x152" href="<?php echo esc_url($dfd_ronneby['custom_favicon_ipad_retina']['url']) ?>">
	<?php endif; ?>

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!--[if lte IE 9]>
        <script src="<?php echo get_template_directory_uri(); ?>/assets/js/html5shiv.js"></script>
    <![endif]-->
    <!--[if lte IE 8]>
        <script src="<?php echo get_template_directory_uri(); ?>/assets/js/excanvas.compiled.js"></script>
    <![endif]-->

	<?php // dfd_custom_page_style(); ?>

    <?php wp_head(); ?>
	
	<?php dfd_print_head_js(); ?>

</head>