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

Diff of /contributions/themes/combustion/page.tpl.php

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

revision 1.2, Sun Aug 6 08:04:57 2006 UTC revision 1.3, Tue Jan 23 00:56:58 2007 UTC
# Line 4  Line 4 
4  <title><?php print $head_title ?></title>  <title><?php print $head_title ?></title>
5  <?php print $head ?>  <?php print $head ?>
6  <?php print $styles ?>  <?php print $styles ?>
7    <?php print $scripts ?>
8    <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
9  </head>  </head>
10    
11  <body <?php print theme("onload_attribute"); ?>>  <body <?php print theme("onload_attribute"); ?>>
12  <table align="center">  <table border="0" cellpadding="0" cellspacing="0" id="wrapper">
13    <tr>    <tr>
14      <td colspan="2" class="header_img">      <td colspan="2" class="header_img">
15          <?php if ($site_name) : ?>  <?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 } ?>
16          <div class="site-name"><?php print($site_name) ?></div>  <?php if ($site_slogan) : ?>
17          <?php endif;?><?php if ($site_slogan) : ?>  <div class="site-slogan"><?php print($site_slogan) ?></div>
18          <div class="site-slogan"><?php print($site_slogan) ?></div>  <?php endif;?>
19          <?php endif;?>  </td>
         </td>  
20    </tr>    </tr>
21    <tr>    <tr>
22      <td colspan="2" class="navbar">      <td colspan="2" class="navbar">
23          <div class="primarylinks">|  <div class="primarylinks">
24          <?php   if (is_array($primary_links)) :  <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>
25                          foreach ($primary_links as $link):  </div>
26                          print $link ?> | <?php endforeach; ?>  </td>
         <?php endif; ?>  
         </div>  
         </td>  
27    </tr>    </tr>
28    <tr>    <tr>
29      <td class="main-content">      <td class="main-content">
30          <div class="primary-container">  <div class="primary-container">
31          <?php if ($breadcrumb != ""): ?>  <?php if ($breadcrumb != ""): ?>
32          <?php print $breadcrumb ?>  <?php print $breadcrumb ?>
33          <?php endif; ?>  <?php endif; ?>
34          <?php if ($messages != ""): ?>  <?php if ($messages != ""): ?>
35            <div id="message"><?php print $messages ?></div>    <div id="message"><?php print $messages ?></div>
36          <?php endif; ?>  <?php endif; ?>
37          <?php if ($title != ""): ?>  <?php if ($title != ""): ?>
38            <div align="left"><h2 class="page-title"><?php print $title ?></h2></div>    <div align="left"><h2 class="page-title"><?php print $title ?></h2></div>
39          <?php endif; ?>  <?php endif; ?>
40          <?php if ($tabs != ""): ?>  <?php if ($tabs != ""): ?>
41          <?php print $tabs ?>  <?php print $tabs ?>
42          <?php endif; ?>  <?php endif; ?>
43          <?php if ($help != ""): ?>  <?php if ($help != ""): ?>
44            <p id="help"><?php print $help ?></p>    <p id="help"><?php print $help ?></p>
45          <?php endif; ?>  <?php endif; ?>
46            <!--start main content -->  
47            <?php print($content) ?>    <?php print($content) ?>
48            <!--end main content -->  
49          </div>  </div>
50    </td>    </td>
51          <td class="sidebar">  <td class="sidebar">
52            <?php print $sidebar_right ?>    <?php print $sidebar_right ?>
53            <?php print $sidebar_left ?></td>    <?php print $sidebar_left ?></td>
54    </tr>    </tr>
55    <tr>    <tr>
56      <td colspan="2" class="footer_img">      <td colspan="2" class="footer_img">
57          <div class="footer">      <div class="footer">
58          <!-- If you enjoy this theme then it'd appreciated that you leave this message, thank you. -->      <?php if ($footer_message) : ?>
         <p><i>Combustion</i> designed by <a href="http://phobos.redfyre.net/">Phobos Gekko</a>  
         <?php if ($footer_message) : ?>  
59          <?php print $footer_message;?>          <?php print $footer_message;?>
60          <?php endif; ?>          <?php endif; ?>
61            <p><i>Combustion</i> designed by <a href="http://phobos.redfyre.net/">Phobos Gekko</a> | Ported to Drupal 5.0 by <a href="http://themebot.com/">ThemeBot</a>
62    
63          </p>          </p>
64          </div>  </td>  </div></td>
65    </tr>    </tr>
66  </table>  </table>
67    <?php print $closure; ?>    <?php print $closure; ?>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2