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

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

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

revision 1.1, Mon Mar 12 16:01:24 2007 UTC revision 1.2, Thu Sep 4 10:54:58 2008 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  </head>  </head>
9  <body>  <body>
10  <div id="container">  <div id="container">
# Line 48  Line 49 
49                                          <?php if($header){ ?>                                          <?php if($header){ ?>
50                                          <div><?php print $header ?></div>                                          <div><?php print $header ?></div>
51                                          <?php } ?>                                          <?php } ?>
52                                            <?php if($mission){ ?>
53                                            <div id="mission"><?php print $mission ?></div>
54                                            <?php } ?>
55                                          <div id="main">                                          <div id="main">
56                                                  <?php print $breadcrumb ?>                                                  <?php print $breadcrumb ?>
57                                                  <h1 class="title"><?php print $title ?></h1>                                                  <h1 class="title"><?php print $title ?></h1>

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

  ViewVC Help
Powered by ViewVC 1.1.2