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

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

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

revision 1.11, Fri Dec 15 22:27:31 2006 UTC revision 1.12, Wed Jan 31 17:47:06 2007 UTC
# Line 12  Line 12 
12  <div id="header" <?php if(!$search_box && !$site_name && !$site_slogan) echo "class=\"center_logo\"" ?>>  <div id="header" <?php if(!$search_box && !$site_name && !$site_slogan) echo "class=\"center_logo\"" ?>>
13    <?php if ($search_box): ?>    <?php if ($search_box): ?>
14      <div id="search-wrap">      <div id="search-wrap">
15        <?php print search_box(); ?>        <?php print search_box("header"); ?>
16      </div>      </div>
17    <?php endif; ?>    <?php endif; ?>
18    <?php if ($logo) : ?>    <?php if ($logo) : ?>
# Line 37  Line 37 
37      </div>      </div>
38    <?php endif; ?>    <?php endif; ?>
39    
40  <table id="content">  <table id="content"><tbody style="border: none !important;">
41    <tr>    <tr>
42       <?php if ($sidebar_left != ""): ?>       <?php if ($sidebar_left != ""): ?>
43        <td class="sidebar" id="sidebar-left">        <td class="sidebar" id="sidebar-left">
# Line 70  Line 70 
70      </td>      </td>
71       <?php endif; ?>       <?php endif; ?>
72    </tr>    </tr>
73  </table>  </tbody></table>
74  <?php if ($breadcrumb != ""): ?>  <?php if ($breadcrumb != ""): ?>
75     <?php print $breadcrumb ?>     <?php print $breadcrumb ?>
76  <?php endif; ?>  <?php endif; ?>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.2