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

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

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

revision 1.1.2.7, Sat Apr 18 19:02:15 2009 UTC revision 1.1.2.8, Tue May 12 13:16:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.1.2.6 2009/04/18 18:39:22 skiquel Exp $  // $Id: page.tpl.php,v 1.1.2.7 2009/04/18 19:02:15 skiquel Exp $
3    
4  /**  /**
5   * @file page.tpl.php   * @file page.tpl.php
# Line 193  Line 193 
193            <?php print $content; ?>            <?php print $content; ?>
194          </div>          </div>
195    
         <?php if ($feed_icons): ?>  
           <div class="feed-icons"><?php print $feed_icons; ?></div>  
         <?php endif; ?>  
   
196          <?php if ($content_bottom): ?>          <?php if ($content_bottom): ?>
197            <div id="content-bottom" class="region region-content_bottom">            <div id="content-bottom" class="region region-content_bottom">
198              <?php print $content_bottom; ?>              <?php print $content_bottom; ?>
# Line 226  Line 222 
222            <div id="footer-message"><?php print $footer_message; ?></div>            <div id="footer-message"><?php print $footer_message; ?></div>
223          <?php endif; ?>          <?php endif; ?>
224    
225            <?php if ($feed_icons): ?>
226              <?php print $feed_icons; ?>
227            <?php endif; ?>
228    
229          <?php print $footer; ?>          <?php print $footer; ?>
230    
231        </div></div> <!-- /#footer-inner, /#footer -->        </div></div> <!-- /#footer-inner, /#footer -->

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2