| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo get_page_language($language); ?>" xml:lang="<?php echo get_page_language($language); ?>">
|
| 3 |
|
| 4 |
<head>
|
| 5 |
<title><?php if (isset($head_title )) { echo $head_title; } ?></title>
|
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
| 7 |
<?php echo $head; ?>
|
| 8 |
<?php echo $styles ?>
|
| 9 |
<?php echo $scripts ?>
|
| 10 |
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie6.css" type="text/css" /><![endif]-->
|
| 11 |
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
|
| 12 |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
|
| 13 |
</head>
|
| 14 |
|
| 15 |
<body>
|
| 16 |
<div class="PageBackgroundGradient"></div>
|
| 17 |
<div class="Main">
|
| 18 |
<div class="Sheet">
|
| 19 |
<div class="Sheet-tl"></div>
|
| 20 |
<div class="Sheet-tr"></div>
|
| 21 |
<div class="Sheet-bl"></div>
|
| 22 |
<div class="Sheet-br"></div>
|
| 23 |
<div class="Sheet-tc"></div>
|
| 24 |
<div class="Sheet-bc"></div>
|
| 25 |
<div class="Sheet-cl"></div>
|
| 26 |
<div class="Sheet-cr"></div>
|
| 27 |
<div class="Sheet-cc"></div>
|
| 28 |
<div class="Sheet-body">
|
| 29 |
<div class="Header">
|
| 30 |
<div class="Header-png"></div>
|
| 31 |
<div class="logo">
|
| 32 |
<?php
|
| 33 |
if (!empty($site_name)) { echo '<h1 class="logo-name"><a href="'.check_url($base_path).'" title = "'.$site_name.'">'.$site_name.'</a></h1>'; }
|
| 34 |
if (!empty($site_slogan)) { echo '<div class="logo-text">'.$site_slogan.'</div>'; }
|
| 35 |
if (!empty($logo)) { echo '<div class="logo-image"><img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo-image" /></div>'; }
|
| 36 |
?>
|
| 37 |
</div>
|
| 38 |
|
| 39 |
</div>
|
| 40 |
<?php if (!empty($navigation)): ?>
|
| 41 |
<div class="nav">
|
| 42 |
<div class="l"></div>
|
| 43 |
<div class="r"></div>
|
| 44 |
<?php echo $navigation; ?>
|
| 45 |
</div>
|
| 46 |
<?php endif; ?>
|
| 47 |
<?php if (!empty($banner1)) { echo $banner1; } ?>
|
| 48 |
<?php echo art_placeholders_output($top1, $top2, $top3); ?>
|
| 49 |
<div class="contentLayout">
|
| 50 |
<?php if (!empty($left)) echo '<div class="sidebar1">' . $left . "</div>";
|
| 51 |
else if (!empty($sidebar_left)) echo '<div class="sidebar1">' . $sidebar_left. "</div>";?>
|
| 52 |
<div class="<?php echo (!empty($left) || !empty($sidebar_left)) ? 'content' : 'content-wide'; ?>">
|
| 53 |
<?php if (!empty($breadcrumb) || !empty($tabs) || !empty($tabs2)): ?>
|
| 54 |
<div class="Post">
|
| 55 |
<div class="Post-tl"></div>
|
| 56 |
<div class="Post-tr"></div>
|
| 57 |
<div class="Post-bl"></div>
|
| 58 |
<div class="Post-br"></div>
|
| 59 |
<div class="Post-tc"></div>
|
| 60 |
<div class="Post-bc"></div>
|
| 61 |
<div class="Post-cl"></div>
|
| 62 |
<div class="Post-cr"></div>
|
| 63 |
<div class="Post-cc"></div>
|
| 64 |
<div class="Post-body">
|
| 65 |
<div class="Post-inner">
|
| 66 |
<div class="PostContent">
|
| 67 |
<?php if (!empty($breadcrumb)) { echo theme('breadcrumb', $breadcrumb); } ?>
|
| 68 |
<?php if (!empty($tabs)) { echo $tabs.'<div class="cleared"></div>'; }; ?>
|
| 69 |
<?php if (!empty($tabs2)) { echo '<ul class="tabs secondary">'. $tabs2 .'</ul>'; } ?>
|
| 70 |
<?php if (!empty($banner2)) { echo $banner2; } ?>
|
| 71 |
<?php if ((!empty($user1)) && (!empty($user2))) : ?>
|
| 72 |
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
| 73 |
<tr valign="top"><td width="50%"><?php echo $user1; ?></td>
|
| 74 |
<td><?php echo $user2; ?></td></tr>
|
| 75 |
</table>
|
| 76 |
<?php else: ?>
|
| 77 |
<?php if (!empty($user1)) { echo '<div id="user1">'.$user1.'</div>'; }?>
|
| 78 |
<?php if (!empty($user2)) { echo '<div id="user2">'.$user2.'</div>'; }?>
|
| 79 |
<?php endif; ?>
|
| 80 |
<?php if (!empty($banner3)) { echo $banner3; } ?>
|
| 81 |
|
| 82 |
</div>
|
| 83 |
<div class="cleared"></div>
|
| 84 |
|
| 85 |
</div>
|
| 86 |
|
| 87 |
</div>
|
| 88 |
</div>
|
| 89 |
<?php endif; ?>
|
| 90 |
<?php if (!empty($mission)) { echo '<div id="mission">'.$mission.'</div>'; }; ?>
|
| 91 |
<?php if (!empty($help)) { echo $help; } ?>
|
| 92 |
<?php if (!empty($messages)) { echo $messages; } ?>
|
| 93 |
<?php echo art_content_replace($content); ?>
|
| 94 |
<?php if (!empty($banner4)) { echo $banner4; } ?>
|
| 95 |
<?php if (!empty($user3) && !empty($user4)) : ?>
|
| 96 |
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
| 97 |
<tr valign="top"><td width="50%"><?php echo $user3; ?></td>
|
| 98 |
<td><?php echo $user4; ?></td></tr>
|
| 99 |
</table>
|
| 100 |
<?php else: ?>
|
| 101 |
<?php if (!empty($user3)) { echo '<div id="user1">'.$user3.'</div>'; }?>
|
| 102 |
<?php if (!empty($user4)) { echo '<div id="user2">'.$user4.'</div>'; }?>
|
| 103 |
<?php endif; ?>
|
| 104 |
<?php if (!empty($banner5)) { echo $banner5; } ?>
|
| 105 |
</div>
|
| 106 |
|
| 107 |
</div>
|
| 108 |
<div class="cleared"></div>
|
| 109 |
<?php echo art_placeholders_output($bottom1, $bottom2, $bottom3); ?>
|
| 110 |
<?php if (!empty($banner6)) { echo $banner6; } ?>
|
| 111 |
<div class="Footer">
|
| 112 |
<div class="Footer-inner">
|
| 113 |
<a href="<?php $feedsUrls = array_keys(drupal_add_feed()); if(isset($feedsUrls[0]) && strlen($feedsUrls[0])>0) {echo $feedsUrls[0];} ?>" class="rss-tag-icon" title="RSS"></a>
|
| 114 |
<div class="Footer-text">
|
| 115 |
<?php
|
| 116 |
if (!empty($footer_message) && (trim($footer_message) != "")) {
|
| 117 |
echo $footer_message;
|
| 118 |
}
|
| 119 |
else {
|
| 120 |
echo '<p><a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a> | <a href="#">Privacy Statement</a><br />'.
|
| 121 |
'Copyright © 2009 '.$site_name.'. All Rights Reserved.</p>';
|
| 122 |
}
|
| 123 |
?>
|
| 124 |
<?php if (!empty($copyright)) { echo $copyright; } ?>
|
| 125 |
</div>
|
| 126 |
</div>
|
| 127 |
<div class="Footer-background"></div>
|
| 128 |
</div>
|
| 129 |
|
| 130 |
</div>
|
| 131 |
</div>
|
| 132 |
<div class="cleared"></div>
|
| 133 |
<p class="page-footer"><?php echo t('Powered by ').'<a href="http://drupal.org/">'.t('Drupal').'</a>'.t(' and ').'<a href="http://www.thebeeblogger.com/">Drupal Theme</a>'.t(' created by ').'vigilianty'; ?>.</p>
|
| 134 |
</div>
|
| 135 |
|
| 136 |
|
| 137 |
<?php print $closure; ?>
|
| 138 |
|
| 139 |
</body>
|
| 140 |
</html>
|