| 6 |
<?php print $head ?> |
<?php print $head ?> |
| 7 |
<?php print $styles ?> |
<?php print $styles ?> |
| 8 |
<?php print $scripts ?> |
<?php print $scripts ?> |
|
<!--[if lt IE 7]> |
|
|
<style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style> |
|
|
<![endif]--> |
|
| 9 |
</head> |
</head> |
| 10 |
<body <?php print phptemplate_body_class($left, $right); ?>> |
<body <?php print phptemplate_body_class($sidebar_left, $sidebar_right); ?>> |
| 11 |
<div id="container"> |
<div id="container"> |
| 12 |
<div id="container2"> |
<div id="container2"> |
| 13 |
|
|
| 32 |
<div id="navigation"> |
<div id="navigation"> |
| 33 |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'primary_nav1')) ?><?php } ?> |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'primary_nav1')) ?><?php } ?> |
| 34 |
</div> |
</div> |
| 35 |
<?php if (isset($secondary_links)) { ?> |
<?php if (isset($secondary_links)) { ?> |
| 36 |
<div id="navigation2"> |
<div id="navigation2"> |
| 37 |
<?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')) ?></div> |
<?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'nav2links')) ?> |
| 38 |
|
</div> |
| 39 |
<?php } ?> |
<?php } ?> |
| 40 |
|
|
| 41 |
<div id="undernavigation"> |
<div id="undernavigation"> |
| 42 |
</div> |
</div> |
| 43 |
|
|
| 44 |
<div id="wrap"> |
<div id="wrap"> |
| 45 |
<?php if ($left): ?> |
<?php if ($sidebar_left): ?> |
| 46 |
<div id="leftside"> |
<div id="leftside"> |
| 47 |
<?php print $left ?> |
<?php print $sidebar_left ?> |
| 48 |
</div> |
</div> |
| 49 |
<?php endif; ?> |
<?php endif; ?> |
| 50 |
|
|
| 58 |
|
|
| 59 |
<?php endif; ?> |
<?php endif; ?> |
| 60 |
|
|
| 61 |
<?php if ($mission) { ?><div id="mission"><div class="inner"> <div id="missiontitle"><h3>Our Mission</h3></div><?php print $mission ?></div></div><?php } ?> |
<?php if ($mission) { ?><div id="mission"><div class="inner"> <?php print $mission ?></div></div><?php } ?> |
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
<?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?> |
<?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?> |
| 69 |
<div id="h2title"><?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?> |
<div id="h2title"><?php if ($title): print '<h1'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h1>'; endif; ?> |
| 70 |
</div> |
</div> |
| 71 |
<?php if ($tabs): print $tabs .'</div>'; endif; ?> |
<?php if ($tabs): print $tabs .'</div>'; endif; ?> |
| 72 |
|
|
| 75 |
<?php if ($messages): print $messages; endif; ?> |
<?php if ($messages): print $messages; endif; ?> |
| 76 |
<?php print $content ?> |
<?php print $content ?> |
| 77 |
</div> |
</div> |
| 78 |
<?php if ($right): ?> |
<?php if ($sidebar_right): ?> |
| 79 |
<div id="rightside"> |
<div id="rightside"> |
| 80 |
<?php print $right ?> |
<?php print $sidebar_right ?> |
| 81 |
</div> |
</div> |
| 82 |
<?php endif; ?> |
<?php endif; ?> |
| 83 |
|
|
| 84 |
|
|
| 85 |
|
<br style="clear:both;" /> |
| 86 |
</div> |
</div> |
| 87 |
|
<br style="clear:both;" /> |
| 88 |
</div> |
</div> |
| 89 |
</div> |
</div> |
| 90 |
<div id="footer"> |
<div id="footer"> |
| 91 |
<?php if ($footer): ?> |
<?php print $footer_block ?><br /> |
|
<?php print $footer ?> |
|
|
<?php endif; ?> |
|
| 92 |
<?php print $footer_message ?><br /> |
<?php print $footer_message ?><br /> |
| 93 |
<?php /*?> Please dont think that credit lines effects your website's reputation. This is the only reason that encourage me further development of themes. Please do not remove it. Ask support, customization and other professional drupal services to sakib.live (at) gmail.com.<?php */?> |
<?php /*?GPL license allow to remove these links BUT pease try keeping these credit links alive as this is the major reason to release free themes and develop them further.<?php */?> |
| 94 |
<span class="credit">Credit: <a href="http://www.worthapost.com/tag/free-drupal-themes/">Free Drupal Themes</a> | <a href="http://www.angross.com/best-web-designing-plans">Cheap web design services</a></span></div> |
<span class="credit">By <a href="http://drupal.org/">Drupal</a> | <a href="http://www.worthapost.com/">Quality Drupal Themes</a></span></div> |
| 95 |
<?php print $closure ?> |
<?php print $closure ?> |
| 96 |
<!--Designer Worthapost--> |
<!--Designed by Worthapost--> |
| 97 |
</body> |
</body> |
| 98 |
</html> |
</html> |