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

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

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

revision 1.2, Sat Dec 8 11:25:59 2007 UTC revision 1.2.2.1, Sun Jan 13 11:44:38 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">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>">
3  <head profile="http://gmpg.org/xfn/11">  <head profile="http://gmpg.org/xfn/11">
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 ?>    <?php print $scripts ?>
8  </head>  </head>
9  <body>  <body class="<?php print $body_classes; ?>">
10    <div id="wrapper">    <div id="wrapper">
11      <div id="header">      <div id="header">
12             <?php if ($search_box) { print '<div class="search">' . $search_box .'</div>'; } ?>             <?php if ($search_box) { print '<div class="search">' . $search_box .'</div>'; } ?>
# Line 41  Line 41 
41      <div id="sidebar">      <div id="sidebar">
42        <div id="sidebar1">        <div id="sidebar1">
43          <div class="sb1">          <div class="sb1">
44            <?php if ($sidebar_left) { ?>            <?php if ($left) { ?>
45              <div id="sidebar-left" class="sidebar">              <div id="sidebar-left" class="sidebar">
46                <?php print $sidebar_left ?>                <?php print $left ?>
47              </div>              </div>
48            <?php } ?>            <?php } ?>
49          </div>          </div>
50        </div>        </div>
51        <div id="sidebar2">        <div id="sidebar2">
52          <div class="sb2">          <div class="sb2">
53            <?php if ($sidebar_right) { ?>            <?php if ($right) { ?>
54              <div id="sidebar-right" class="sidebar">              <div id="sidebar-right" class="sidebar">
55                <?php print $sidebar_right ?>                <?php print $right ?>
56              </div>              </div>
57            <?php } ?>            <?php } ?>
58          </div>          </div>
# Line 61  Line 61 
61      <div id="bottom">      <div id="bottom">
62        <div class="bottom">        <div class="bottom">
63          <?php if ($footer_message) { print $footer_message; } ?>          <?php if ($footer_message) { print $footer_message; } ?>
64            <?php if ($footer) { print $footer; } ?>
65          <?php if ($closure) { print $closure; } ?>          <?php if ($closure) { print $closure; } ?>
66        </div>        </div>
67      </div>      </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2