| 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 print $language ?>" xml:lang="<?php print $language ?>">
|
| 3 |
|
| 4 |
<head>
|
| 5 |
|
| 6 |
<title><?php print $head_title ?></title>
|
| 7 |
<?php print $head ?>
|
| 8 |
<?php print $styles ?>
|
| 9 |
<?php print $scripts ?>
|
| 10 |
|
| 11 |
|
| 12 |
<!--[if IE 6]>
|
| 13 |
<link type="text/css" rel="stylesheet" media="all" href="<?php print base_path() . path_to_theme() ?>/ie6.css" />
|
| 14 |
<![endif]-->
|
| 15 |
</head>
|
| 16 |
|
| 17 |
<body>
|
| 18 |
|
| 19 |
<!-- begin container -->
|
| 20 |
<div id="container">
|
| 21 |
|
| 22 |
<!-- begin header -->
|
| 23 |
<div class="header-back">
|
| 24 |
<div id="header">
|
| 25 |
<div class="top-menu">
|
| 26 |
<?php print $top_menu; ?>
|
| 27 |
|
| 28 |
</div>
|
| 29 |
<div class="logo_site_slogan">
|
| 30 |
<!-- site logo -->
|
| 31 |
<?php if ($logo) : ?>
|
| 32 |
<div class="logo">
|
| 33 |
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
|
| 34 |
<img class="logo" src="<?php print $logo ?>" alt="<?php print t('Home') ?>" />
|
| 35 |
</a>
|
| 36 |
</div>
|
| 37 |
<?php endif; ?>
|
| 38 |
|
| 39 |
<!-- end site logo -->
|
| 40 |
|
| 41 |
<!-- site name -->
|
| 42 |
<?php if ($site_name) : ?>
|
| 43 |
<div class="site-name">
|
| 44 |
<h1>
|
| 45 |
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
|
| 46 |
<?php print $site_name; ?>
|
| 47 |
</a>
|
| 48 |
</h1>
|
| 49 |
</div>
|
| 50 |
<?php endif; ?><!-- end site name -->
|
| 51 |
|
| 52 |
<!-- site slogan -->
|
| 53 |
<?php if ($site_slogan) : ?>
|
| 54 |
<div class="slogan">
|
| 55 |
<?php print $site_slogan; ?>
|
| 56 |
</div>
|
| 57 |
<?php endif; ?><!-- end site slogan -->
|
| 58 |
</div>
|
| 59 |
<div class="header_content">
|
| 60 |
<div class="header-image">
|
| 61 |
<?php print $header_image ?>
|
| 62 |
</div>
|
| 63 |
<div class="header_search_text">
|
| 64 |
<!-- Serach Box -->
|
| 65 |
<div class="top-search">
|
| 66 |
<?php if ($search_box) : ?><label>Search</label><?php print $search_box ?><?php endif ; ?>
|
| 67 |
</div>
|
| 68 |
<!-- end serach box -->
|
| 69 |
<div class="header-text">
|
| 70 |
<?php print $header_text ?>
|
| 71 |
</div>
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
<!-- primary links -->
|
| 75 |
<?php if (drupal_is_front_page() == 1) { ?>
|
| 76 |
<div id="menu">
|
| 77 |
<?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?>
|
| 78 |
</div>
|
| 79 |
<?php } else {?>
|
| 80 |
<div class="slant-end">
|
| 81 |
<div id="menu">
|
| 82 |
<?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?>
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
<?php } ?>
|
| 86 |
<!-- end primary links -->
|
| 87 |
<?php if ($content_top) : ?>
|
| 88 |
<div class="content-top-block">
|
| 89 |
<div class="content-top">
|
| 90 |
<?php print $content_top; ?>
|
| 91 |
</div>
|
| 92 |
</div>
|
| 93 |
<?php endif; ?>
|
| 94 |
</div></div><!-- end header -->
|
| 95 |
|
| 96 |
<!-- content -->
|
| 97 |
<div class="main_content_container">
|
| 98 |
<!-- begin mainContent -->
|
| 99 |
<div id="mainContent" style="width: <?php print Amor_Azul_get_mainContent_width( $sidebar_left, $sidebar_right) ?>px;">
|
| 100 |
|
| 101 |
<?php if ($mission): print '<div class="mission">'. $mission .'</div>'; endif; ?>
|
| 102 |
<?php if ($breadcrumb): print '<div class="breadcrumb">'. $breadcrumb . '</div>'; endif; ?>
|
| 103 |
<?php if ($title) : print '<h1 class="pageTitle">' . $title . '</h1>'; endif; ?>
|
| 104 |
<?php if ($tabs) : print '<div class="tabs">' . $tabs . '</div>'; endif; ?>
|
| 105 |
<?php if ($help) : print '<div class="help">' . $help . '</div>'; endif; ?>
|
| 106 |
<?php if ($messages) : print '<div class="messages">' .$messages . '</div>'; endif; ?>
|
| 107 |
<?php print $content; ?>
|
| 108 |
<?php print $content_bottom; ?>
|
| 109 |
<?php print $feed_icons; ?>
|
| 110 |
|
| 111 |
</div><!-- end mainContent -->
|
| 112 |
|
| 113 |
<!-- begin sideBars -->
|
| 114 |
|
| 115 |
<div id="sideBars-bg" style="width: <?php print Amor_Azul_get_sideBars_width( $sidebar_left, $sidebar_right) ?>px;">
|
| 116 |
<div id="sideBars" style="width: <?php print Amor_Azul_get_sideBars_width( $sidebar_left, $sidebar_right) ?>px;">
|
| 117 |
|
| 118 |
<!-- left sidebar -->
|
| 119 |
<?php if ($sidebar_left && arg(0)!='admin') : ?>
|
| 120 |
<div id="leftSidebar">
|
| 121 |
<div class="sidebar-left-top"></div>
|
| 122 |
<div class="leftbar-content">
|
| 123 |
<?php print $sidebar_left; ?>
|
| 124 |
</div>
|
| 125 |
<div class="sidebar-left-bottom"></div>
|
| 126 |
</div>
|
| 127 |
<?php endif; ?>
|
| 128 |
|
| 129 |
<!-- right sidebar -->
|
| 130 |
<?php if ($sidebar_right) : ?>
|
| 131 |
<div id="rightSidebar">
|
| 132 |
<?php print $sidebar_right; ?>
|
| 133 |
</div>
|
| 134 |
<?php endif; ?>
|
| 135 |
|
| 136 |
</div><!-- end sideBars -->
|
| 137 |
</div><!-- end sideBars-bg -->
|
| 138 |
</div>
|
| 139 |
</div><!-- end container -->
|
| 140 |
<!-- footer -->
|
| 141 |
<div id="footer">
|
| 142 |
<div class="footer-content">
|
| 143 |
<div class="footer-message">
|
| 144 |
<?php print $footer_message; ?><br />
|
| 145 |
Powered by Drupal, Design & Developed by <a href="http://www.cmswebsiteservices.com"> CMS Website Services</a>, LLC
|
| 146 |
</div>
|
| 147 |
<div class="footer-link">
|
| 148 |
<?php print $footer_links; ?>
|
| 149 |
</div>
|
| 150 |
</div>
|
| 151 |
</div><!-- end footer -->
|
| 152 |
|
| 153 |
<?php print $closure ?>
|
| 154 |
</body>
|
| 155 |
</html>
|