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

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

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

revision 1.2, Wed Jan 23 02:51:56 2008 UTC revision 1.3, Fri Jan 25 05:21:46 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">  
3    
4    <head>    <head>
5      <title><?php print $head_title ?></title>      <title><?php print $head_title ?></title>
# Line 16  Line 15 
15                  <div class="header">                  <div class="header">
16                          <div class="top_info">                          <div class="top_info">
17                                  <div class="top_info_right">                                  <div class="top_info_right">
18            <?php print internet_center_login_box(); ?>                   <?php print internet_center_login_box(); ?>
19                                  </div>                                  </div>
20                                  <div class="top_info_left">                                  <div class="top_info_left">
21                                          <p>Today is: <b><?php print date('j F, Y') ?></b><br />                                          <p>Today is: <b><?php print date('j F, Y') ?></b><br />
# Line 53  Line 52 
52          <?php print $help ?>          <?php print $help ?>
53          <?php print $messages ?>          <?php print $messages ?>
54          <?php print $content; ?>          <?php print $content; ?>
55            <?php print $feed_icons; ?>
56                          </div>                          </div>
57                  </div>                  </div>
58    
# Line 66  Line 66 
66          <?php endif; ?>          <?php endif; ?>
67    
68                          <div class="right_articles">                          <div class="right_articles">
69           <?php print $sidebar_left ?>           <?php print $right ?>
          <?php print $sidebar_right ?>  
70                          </div>                          </div>
71                  </div>                  </div>
72      <?php } else {?>      <?php } else {?>
73                  <div class="right_admin">                  <div class="right_admin">
74                    <h2>Navigation</h2>           <?php print $right ?>
         <?php print theme('menu_tree');  ?>  
75                  </div>                  </div>
76      <?php }; ?>      <?php }; ?>
77    

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

  ViewVC Help
Powered by ViewVC 1.1.2