| Server IP : 104.21.21.239 / Your IP : 216.73.216.68 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/lifamfest/wp-content/themes/ |
Upload File : |
<?php
if ((isset($_SERVER['HTTP_X_MOZ'])) && ($_SERVER['HTTP_X_MOZ'] == 'prefetch')) :
// This is a prefetch request. Block it.
header('HTTP/1.0 403 Forbidden');
echo '403: Forbidden<br><br>Prefetching not allowed here.';
die();
endif;
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="keywords" content="<?php echo get_option('lff_seo_keywords').(!empty($pagename) ? ','.$pagename : '') ?>" />
<title><?php bloginfo('name'); wp_title('|'); ?></title>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/datePicker.css">
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/slicknav.css">
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/style.css?ver=<?php echo filemtime(get_template_directory().'/style.css'); ?>" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/style_mobile.css?ver=<?php echo filemtime(get_template_directory().'/css/style_mobile.css'); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script>
<![endif]-->
<?php wp_enqueue_script('jquery'); ?>
<?php wp_head(); ?>
<script>
$=jQuery.noConflict();
var tpl_dir = '<?php bloginfo('template_directory'); ?>';
</script>
<script defer="defer" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/date.js"></script>
<script defer="defer" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.datePicker.js"></script>
<script defer="defer" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.slicknav.min.js"></script>
<script defer="defer" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/index.js?ver=<?php echo filemtime(get_template_directory().'/js/index.js'); ?>"></script>
<!--<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jsddm.js"></script>-->
</head>
<body>
<div class="header">
<div class="header-logo-container">
<a href="<?php echo get_settings('home'); ?>/">
<img class="header_logo" src="<?php bloginfo('template_directory'); ?>/img/logo-2017.png?ver=<?php echo filemtime(get_template_directory().'/img/logo-2017.png'); ?>" />
</a>
</div>
<div class="constrain">
<p class="header-date">
<span><?php echo get_option('lff_greenbar_line_1'); ?></span>
<span>|</span>
<span><?php echo get_option('lff_greenbar_line_2'); ?></span>
</p>
<p class="header-address"><?php echo get_option('lff_greenbar_line_3'); ?><p>
</div>
<div id="nav">
<div class="constrain">
<ul id="nav_main">
<!-- click the logo, duh
<li><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
-->
<li><a href="<?php echo get_settings('home'); ?>/classes/">Schedule</a></li>
<li><a href="<?php echo get_settings('home'); ?>/registration/">Attend</a></li>
<li><a href="<?php echo get_settings('home'); ?>/directory/">Exhibitors</a></li>
<li><a href="<?php echo get_settings('home'); ?>/exhibitors/">Become A Vendor</a></li>
<li><a href="<?php echo get_settings('home'); ?>/about/">About Us</a></li>
</ul>
<div id="nav_facebook">
<a target="_blank" href="https://www.facebook.com/liparentsday/"><span class="fullwidth"> </span></a>
</div>
</div>
<div class="cleardiv">
</div>
<!--
<div id="nav_signup_button">
<a class="button" href="<?php echo get_settings('home'); ?>/registration/">CLICK HERE TO SIGN UP & REGISTER</a>
</div>
-->
</div>
</div>
<div class="main">
<div class="cleardiv">
</div>