/[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.2.1, Sat Dec 16 17:06:32 2006 UTC revision 1.11.2.2, Wed Jan 31 17:53:24 2007 UTC
# Line 13  Line 13 
13  <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\"" ?>>
14    <?php if ($search_box): ?>    <?php if ($search_box): ?>
15      <div id="search-wrap">      <div id="search-wrap">
16        <?php print search_box(); ?>        <?php print $search_box; ?>
17      </div>      </div>
18    <?php endif; ?>    <?php endif; ?>
19    <?php if ($logo) : ?>    <?php if ($logo) : ?>
# Line 38  Line 38 
38      </div>      </div>
39    <?php endif; ?>    <?php endif; ?>
40    
41  <table id="content">  <table id="content"><tbody style="border: none !important;">
42    <tr>    <tr>
43       <?php if ($sidebar_left != ""): ?>       <?php if ($sidebar_left != ""): ?>
44        <td class="sidebar" id="sidebar-left">        <td class="sidebar" id="sidebar-left">
# Line 71  Line 71 
71      </td>      </td>
72       <?php endif; ?>       <?php endif; ?>
73    </tr>    </tr>
74  </table>  </tbody></table>
75  <?php if ($breadcrumb != ""): ?>  <?php if ($breadcrumb != ""): ?>
76     <?php print $breadcrumb ?>     <?php print $breadcrumb ?>
77  <?php endif; ?>  <?php endif; ?>

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

  ViewVC Help
Powered by ViewVC 1.1.2