1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns
="http://www.w3.org/1999/xhtml" lang
="<?php print $language; ?>" xml
:lang
="<?php print $language; ?>">
5 <title
><?php
print $head_title; ?
></title
>
7 <?php
print $styles; ?
>
9 <link rel
="stylesheet" href
="<?php print $base_path . $directory; ?>/ie.css" type
="text/css">
10 <?php
if ($subtheme_directory && file_exists($subtheme_directory .
'/ie.css')): ?
>
11 <link rel
="stylesheet" href
="<?php print $base_path . $subtheme_directory; ?>/ie.css" type
="text/css">
14 <?php
print $scripts; ?
>
17 <body
class="<?php print $body_classes; ?>">
19 <div id
="page"><div id
="page-inner">
21 <a name
="top" id
="navigation-top"></a
>
22 <div id
="skip-to-nav"><a href
="#navigation"><?php
print t('Skip to Navigation'); ?
></a
></div
>
24 <div id
="header"><div id
="header-inner" class="clear-block">
26 <?php
if ($logo || $site_name || $site_slogan): ?
>
30 <div id
="logo"><a href
="<?php print $base_path; ?>" title
="<?php print t('Home'); ?>" rel
="home"><img src
="<?php print $logo; ?>" alt
="<?php print t('Home'); ?>" id
="logo-image" /></a
></div
>
33 <?php
if ($site_name): ?
>
35 // Use an H1 only on the homepage
36 $tag = $is_front ?
'h1' : 'div';
38 <<?php
print $tag; ?
> id
='site-name'><strong
>
39 <a href
="<?php print $base_path; ?>" title
="<?php print t('Home'); ?>" rel
="home">
40 <?php
print $site_name; ?
>
42 </strong
></<?php
print $tag; ?
>>
45 <?php
if ($site_slogan): ?
>
46 <div id
='site-slogan'><?php
print $site_slogan; ?
></div
>
49 </div
> <!-- /#logo-title -->
52 <?php
if ($header): ?
>
53 <div id
="header-blocks">
54 <?php
print $header; ?
>
55 </div
> <!-- /#header-blocks -->
58 </div
></div
> <!-- /#header-inner, /#header -->
60 <div id
="main"><div id
="main-inner" class="clear-block<?php if ($search_box || $primary_links || $secondary_links || $navbar) { print ' with-navbar'; } ?>">
62 <div id
="content"><div id
="content-inner">
64 <?php
if ($mission): ?
>
65 <div id
="mission"><?php
print $mission; ?
></div
>
68 <?php
if ($content_top): ?
>
69 <div id
="content-top">
70 <?php
print $content_top; ?
>
71 </div
> <!-- /#content-top -->
74 <?php
if ($breadcrumb or
$title or
$tabs or
$help or
$messages): ?
>
75 <div id
="content-header">
76 <?php
print $breadcrumb; ?
>
78 <h1
class="title"><?php
print $title; ?
></h1
>
80 <?php
print $messages; ?
>
82 <div
class="tabs"><?php
print $tabs; ?
></div
>
85 </div
> <!-- /#content-header -->
88 <div id
="content-area">
89 <?php
print $content; ?
>
92 <?php
if ($feed_icons): ?
>
93 <div
class="feed-icons"><?php
print $feed_icons; ?
></div
>
96 <?php
if ($content_bottom): ?
>
97 <div id
="content-bottom">
98 <?php
print $content_bottom; ?
>
99 </div
> <!-- /#content-bottom -->
102 </div
></div
> <!-- /#content-inner, /#content -->
104 <?php
if ($search_box || $primary_links || $secondary_links || $navbar): ?
>
105 <div id
="navbar"><div id
="navbar-inner">
107 <a name
="navigation" id
="navigation"></a
>
109 <?php
if ($search_box): ?
>
110 <div id
="search-box">
111 <?php
print $search_box; ?
>
112 </div
> <!-- /#search-box -->
115 <?php
if ($primary_links): ?
>
117 <?php
print theme('links', $primary_links); ?
>
118 </div
> <!-- /#primary -->
121 <?php
if ($secondary_links): ?
>
123 <?php
print theme('links', $secondary_links); ?
>
124 </div
> <!-- /#secondary -->
127 <?php
print $navbar; ?
>
129 </div
></div
> <!-- /#navbar-inner, /#navbar -->
132 <?php
if ($sidebar_left): ?
>
133 <div id
="sidebar-left"><div id
="sidebar-left-inner">
134 <?php
print $sidebar_left; ?
>
135 </div
></div
> <!-- /#sidebar-left-inner, /#sidebar-left -->
138 <?php
if ($sidebar_right): ?
>
139 <div id
="sidebar-right"><div id
="sidebar-right-inner">
140 <?php
print $sidebar_right; ?
>
141 </div
></div
> <!-- /#sidebar-right-inner, /#sidebar-right -->
144 </div
></div
> <!-- /#main-inner, /#main -->
146 <div id
="footer"><div id
="footer-inner">
148 <div id
="footer-message"><?php
print $footer_message; ?
></div
>
150 </div
></div
> <!-- /#footer-inner, /#footer -->
152 <?php
if ($closure_region): ?
>
153 <div id
="closure-blocks"><?php
print $closure_region; ?
></div
>
156 <?php
print $closure; ?
>
158 </div
></div
> <!-- /#page-inner, /#page -->