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

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

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

revision 1.6, Tue Jan 1 22:48:50 2008 UTC revision 1.6.2.1, Sun Feb 17 23:29:52 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
3  <head>  <head>
4    <title><?php print $head_title ?></title>    <title><?php print $head_title ?></title>
5    <?php print $head ?>    <?php print $head ?>
# Line 53  $fblike_picto_title_title_font = theme_g Line 53  $fblike_picto_title_title_font = theme_g
53      <?php endif; ?>      <?php endif; ?>
54      <div class="content_pad"></div>      <div class="content_pad"></div>
55      <div class="content_bg clearfix">      <div class="content_bg clearfix">
56      <?php if ($sidebar_left != ""): ?>      <?php if ($left != ""): ?>
57      <div class="side_nav">      <div class="side_nav">
58        <?php print $sidebar_left ?>        <?php print $left ?>
59      </div>      </div>
60      <?php endif; ?>      <?php endif; ?>
61      <div class="content_global">      <div class="content_global">
# Line 91  $fblike_picto_title_title_font = theme_g Line 91  $fblike_picto_title_title_font = theme_g
91      <div class="right"><?php print $footer_message;?></div>      <div class="right"><?php print $footer_message;?></div>
92      <?php endif; ?>      <?php endif; ?>
93    </div>    </div>
94      <?php if ($footer) : ?>
95      <div><?php print $footer;?></div>
96      <?php endif; ?>
97  </div>  </div>
98  <?php print $closure;?>  <?php print $closure;?>
99  </body>  </body>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.2.1

  ViewVC Help
Powered by ViewVC 1.1.2