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

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

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

revision 1.2, Mon May 19 19:56:22 2008 UTC revision 1.3, Tue May 20 13:38:51 2008 UTC
# Line 110  Line 110 
110                          </a></h1>                          </a></h1>
111                          </div>                          </div>
112                  <div id="main" class="column">                  <div id="main" class="column">
113                          <div class="setHeight"></div>                          <?php if (!empty($breadcrumb)): ?>
114                            <div id="breadcrumb"><?php print $breadcrumb; ?></div>
115                                  <?php if (!empty($breadcrumb)): ?>                          <?php endif; ?>
                                 <div id="breadcrumb"><?php print $breadcrumb; ?></div>  
                                 <?php endif; ?>  
116    
117                                  <?php if (!empty($title)): ?>                          <?php if (!empty($title)): ?>
118                                  <h2 class="title" id="page-title"><?php print $title; ?></h2>                          <h2 class="title" id="page-title"><?php print $title; ?></h2>
119                                  <?php endif; ?>                          <?php endif; ?>
120    
121                                  <?php if (!empty($tabs)): ?>                          <?php if (!empty($tabs)): ?>
122                                  <div class="tabs"><? print $tabs; ?></div>                          <div class="tabs"><? print $tabs; ?></div>
123                                  <? endif; ?>                          <? endif; ?>
   
                                 <? if (!empty($messages)): print $messages; endif; ?>  
   
                                 <? if (!empty($help)): print $help; endif; ?>  
124    
125                                  <div id="content-content" class="clear-block">                          <? if (!empty($messages)): print $messages; endif; ?>
126                                          <?php print $content; ?>  
127                                  </div><!-- /content-content -->                          <? if (!empty($help)): print $help; endif; ?>
128    
129                            <div id="content-content" class="clear-block">
130                                    <?php print $content; ?>
131                            </div><!-- /content-content -->
132    
133                          <div class="clear"></div>                          <div class="clear"></div>
134                  </div><!-- /main -->                  </div><!-- /main -->

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

  ViewVC Help
Powered by ViewVC 1.1.2