| Server IP : 104.21.21.239 / Your IP : 216.73.217.39 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/mitzvahm/wwwdev/wp-content/themes/mitzvah2/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<title>
<?php if ( is_home() ) { ?><? bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo('name'); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo('name'); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <? bloginfo('name'); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo('name'); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo('name'); ?> | Archive | <?php the_time('F'); ?><?php } ?>
<?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><? bloginfo('name'); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/text.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/960.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/accordeon.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/ui.tabs.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/greybox.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/selectbox.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/styles/default.css" />
<!--[if lte IE 6]>
<script defer type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js"></script>
<![endif]-->
<?php wp_head(); ?>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/menu.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/featured.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/idtabs.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/ui.core.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/ui.tabs.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/jquery.selectbox-0.5.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/greybox.js"></script>
<script type="text/javascript">
$(function() {
$('#tabs > ul').tabs({ fx: { opacity: 'toggle' } , fxSpeed: 'normal'});
$("div#nav ul li:last").addClass("last");
});
$(document).ready(function() {
$('#myselectbox').selectbox({debug: true});
});
</script>
<script type="text/javascript">
var GB_ANIMATION = true;
$(document).ready(function(){
$("a.greybox").click(function(){
var t = this.title || this.innerHTML || this.href;
GB_show(t,this.href,600,700);
return false;
});
});
</script>
</head>
<body>
<?php
$template_path = get_bloginfo('template_directory');
$GLOBALS['defaultgravatar'] = $template_path . '/images/gravatar.jpg';
?>
<div id="wrap">
<div id="header" class="fullspan">
<div class="container_16">
<div class="grid_8">
<?php if ( get_option('woo_logo') == "" ) { ?>
<h1 class="title"><a href="<?php echo get_settings('home'); ?>/" title="Home"><img src="<?php bloginfo('template_url'); ?>/images/mitzvah-logo.png" alt="GreenStripe Marketing" /></a></h1>
<?php } else { ?>
<h1 class="title" style=""><a href="<?php echo get_settings('home'); ?>/" title="Home"><img src="<?php echo get_option('woo_logo'); ?>" /></a></h1>
<?php } ?>
</div>
<div id="rss">
<?php if ( !is_front_page() ) { ?><p id="tagline"><a href="http://clicks.skem1.com/signup/?c=2375" title="Sign up Today! It's FREE!" class="greybox" ><img src="<?php bloginfo('template_url'); ?>/images/signup-btn.png" alt="Sign up Today!" /></a></p><?php } ?>
<?php include_once( TEMPLATEPATH . '/searchform-header.php' ); ?>
</div><!-- /rss -->
</div><!-- /container_16 -->
<div id="navigation">
<div class="container_16">
<ul class="nav superfish">
<li<?php if( is_home() ) : ?> class="current_page_item"<?php endif; ?>><a href="<?php bloginfo( 'url' ); ?>" title="<?php bloginfo( 'title' ); ?>">Home</a></li>
<?php wp_list_pages('title_li=&sort_column=menu_order&depth=1&include=6,7,8,9,16,18'); ?>
</ul>
</div><!-- End navigation -->
</div><!-- /container_16 -->
</div><!-- /header -->