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

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

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

revision 1.1, Thu Apr 24 11:45:24 2008 UTC revision 1.2, Thu Apr 24 12:58:59 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <!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 ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
3    
4  <head>  <head>
5    <title><?php print $head_title ?></title>    <title><?php print $head_title ?></title>
# Line 66  $wabi_width = wabi_validate_page_width($ Line 66  $wabi_width = wabi_validate_page_width($
66    <tr>    <tr>
67    <td id="main-l"></td>    <td id="main-l"></td>
68    
69    <?php if ($sidebar_left) { ?>    <?php if ($left) { ?>
70    <td id="sidebar-left" class="sidebar sidebar-left" valign="top">    <td id="sidebar-left" class="sidebar sidebar-left" valign="top">
71      <?php print $sidebar_left ?>      <?php print $left ?>
72    </td>    </td>
73    <?php } ?>    <?php } ?>
74    
# Line 116  $wabi_width = wabi_validate_page_width($ Line 116  $wabi_width = wabi_validate_page_width($
116      </div>      </div>
117    </td>    </td>
118    
119    <?php if ($sidebar_right) { ?>    <?php if ($right) { ?>
120    <td id="sidebar-right" class="sidebar sidebar-right" valign="top">    <td id="sidebar-right" class="sidebar sidebar-right" valign="top">
121      <?php print $sidebar_right ?>      <?php print $right ?>
122    </td>    </td>
123    <?php } ?>    <?php } ?>
124    
# Line 133  $wabi_width = wabi_validate_page_width($ Line 133  $wabi_width = wabi_validate_page_width($
133  <tr>  <tr>
134    <td id="foot-l"><td>    <td id="foot-l"><td>
135    <td id="foot">    <td id="foot">
136    <?php print $footer_message ?><?php print $closure ?>    <?php print $footer_message . $footer ?><?php print $closure ?>
137    </td>    </td>
138    <td id="foot-r"><td>    <td id="foot-r"><td>
139  </tr>  </tr>

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

  ViewVC Help
Powered by ViewVC 1.1.2