WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcacorpold/public_html/wp-content/themes/dp_evolve/layouts/header.php
<?php 
	
	/**
	 *
	 * Template header
	 *
	 **/
	
	// create an access to the template main object
	global $dynamo_tpl;
?>
<?php do_action('dynamowp_doctype'); ?>
<html <?php do_action('dynamowp_html_attributes'); ?>>
<head>
	<title><?php do_action('dynamowp_title'); ?></title>
	<?php do_action('dynamowp_metatags'); ?>
	
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="shortcut icon" href="<?php get_stylesheet_directory_uri(); ?>/favicon.ico" />
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
	<?php do_action('dynamowp_fonts'); ?>
	<?php dp_head_config(); ?>
	
	<?php if(is_singular() && get_option('thread_comments' )) wp_enqueue_script( 'comment-reply' ); ?>
	
	<?php do_action('dynamowp_ie_scripts'); ?>
	<?php dp_head_style_pages(); ?>	
	
	<?php echo $assets_output; ?>
	
	<?php dp_thickbox_load(); ?>	
	<?php 
		echo stripslashes(
			htmlspecialchars_decode(
				str_replace( '&#039;', "'", get_option($dynamo_tpl->name . '_head_code', ''))
			)
		); 
	?>    
	<?php dp_load('responsive_css'); ?> 
    <?php wp_head(); ?>
</head>