Esempio n. 1
0
    <link  rel="stylesheet" type="text/css" href="<?php 
echo get_template_directory_uri();
?>
/css/ie6.css">
  <![endif]-->
  <link rel="stylesheet" type="text/css" href="<?php 
echo get_template_directory_uri();
?>
/style.css">
  <?php 
wp_head();
?>
</head>

<body <?php 
body_class('section-' . EdcMenu::getSectionSlug());
?>
>
  <div id="pg">
    <div id="hd">
      <div id="banner">
        <a id="logo" href="<?php 
echo home_url('/');
?>
" title="<?php 
echo esc_attr(get_bloginfo('name', 'display'));
?>
" rel="home"></a>

        <ul class="social">
          <li><a class="linkedin" target="_blank" href="http://www.linkedin.com/company/economic-development-corporation-of-wayne-county-in"><img src="/wp-content/themes/edc/images/linkedin.png"></a></li>
Esempio n. 2
0
	<?php 
    echo $info_box_content;
    ?>
</div>
<?php 
}
// checks if "hide contact info box" is checked on a per-page basis
$hide_contact_box = CFS()->get('hide_contact_info_box');
if ($hide_contact_box != 1) {
    ?>

<?php 
    global $post, $pagename;
    $displayPhoto = true;
    //disabled top level check - Jeremy 5/13/13
    $sectionSlug = EdcMenu::getSectionSlug();
    if ($sectionSlug == $post->post_name) {
        $displayPhoto = true;
    }
    ?>

<div class="sbr-card">

	<?php 
    if (in_array($sectionSlug, array('site-selection', 'expand-and-relocate', 'business-clusters')) or in_category('presidents-desk')) {
        ?>
		<?php 
        if ($displayPhoto) {
            ?>
			<img src="/wp-content/themes/edc/images/valerie-shaffer_card.jpg" alt="Valerie Shaffer">
		<?php