/[drupal]/contributions/themes/forest_floor/page.tpl.php
ViewVC logotype

Contents of /contributions/themes/forest_floor/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download) (as text)
Thu Jul 17 08:46:12 2008 UTC (16 months, 1 week ago) by avioso
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -18 lines
File MIME type: text/x-php
Fixing Legalities
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 ?>">
3 <head>
4 <title><?php print $head_title ?></title>
5 <?php print $head ?>
6 <?php print $styles ?>
7 <?php if ($sidebar_right);else echo "<style type=\"text/css\" media=\"all\">#main {width:650px;} #main .inner {padding-right:0px;} #mission {margin-right:0;}</style>"; ?>
8 <?php if ($sidebar_left);else echo "<style type=\"text/css\" media=\"all\">#main {width:650px;} #main .inner {padding-left:0px;} #mission {margin-left:0;}</style>"; ?>
9 <?php if ($sidebar_right);elseif($sidebar_left);else echo "<style type=\"text/css\" media=\"all\">#main {width:800px;} #main .inner {padding:0px;} #mission {margin:0;}</style>"; ?>
10 <!--[if IE]>
11 <style>#search {position:relative;top:-15px;}</style>
12 <![endif]-->
13 <?php print $scripts ?>
14 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
15 </head>
16
17 <body class="<?php print $body_classes; ?>">
18 <div id="wrapper">
19 <div id="logo"><?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
20 <?php if ($search_box) : ?><div class="search-box"><?php print $search_box ?></div><?php endif; ?></div>
21 <br clear="all"/>
22 <div id="header" class="clear-block">
23 <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
24 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
25 <div id="menu">
26 <?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?>
27 </div>
28 <div id="header-region">
29 <?php print $header ?>
30 </div>
31 </div>
32 <?php if (isset($primary_links)) { ?><div id="primary"><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?></div><?php } ?>
33 <?php if ($sidebar_left) { ?>
34 <div id="sidebar-left" class="column">
35 <?php print $sidebar_left ?>
36 </div>
37 <?php } ?>
38 <div id="main" class="column">
39 <?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
40 <div class="inner">
41 <?php print $breadcrumb ?>
42 <h1 class="title"><?php print $title ?></h1>
43 <?php if ($tabs){ ?><div class="tabs"><?php print $tabs ?></div><?php } ?>
44 <?php print $help ?>
45 <?php if ($show_messages): print $messages; endif; ?>
46 <?php print $content; ?>
47 <?php print $feed_icons; ?>
48 </div>
49 </div>
50 <?php if ($sidebar_right): ?>
51 <div id="sidebar-right" class="column"><div id="sr2"><div id="sr3"><div id="sr4"><div id="sr5">
52 <?php print $sidebar_right ?>
53 </div></div></div></div></div>
54 <?php endif; ?>
55 </div>
56 <br clear="all"/>
57 <div id="footer">
58 <?php print $footer_message;?><br/>
59 <!-- Avioso Designs Credit, delete this section to remove -->
60 <div style="color:#AAAAAA;">Theme by <a href="http://www.avioso.com" style="color:#AAAAAA;">Avioso Designs</a>.</div>
61 <!-- End Avioso Designs Credit-->
62 </div>
63 <?php print $closure ?>
64 </div>
65 </body>
66 </html>

  ViewVC Help
Powered by ViewVC 1.1.2