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

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

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

revision 1.2.4.3, Mon Feb 4 21:19:53 2008 UTC revision 1.2.4.4, Sun Aug 24 15:10:17 2008 UTC
# Line 5  Line 5 
5  <?php print $head ?>  <?php print $head ?>
6  <?php print $styles ?>  <?php print $styles ?>
7  <?php print $scripts ?>  <?php print $scripts ?>
8    <?php if ((arg(2) == 'themes') || (arg(2) == 'track')) { ?>
9    <style type="text/css">
10    #outerColumn {border-right: none !important;}
11    #rightCol {display: none;}
12    </style>
13    <?php } ?>
14  </head>  </head>
15    
16  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
# Line 59  Line 65 
65          </div>          </div>
66          <div id="footer">          <div id="footer">
67                  <div class="inside">                  <div class="inside">
68                          <?php if ($footer_message) { ?><div class="footer_left"><?php print $footer_message ?></div><?php } ?>                          <?php if ($footer_message || $footer) { ?><div class="footer_left">
69                          <?php if (isset($secondary_links)) { ?><div class="footer_right"><?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')); ?></div><?php } ?>                                  <?php print $footer_message ?>
70                                    <?php print $footer ?>
71                            </div><?php } ?>
72                            <div class="footer_right">
73                                    <?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')); ?>
74                                    <?php /*?>You may remove this link<?php */?>
75                                    <?php /*?><div class="powered">powered by <a href="http://www.freecmsdesigns.com" title="Foliage theme by FreeCmsDesigns.com">FreeCmsDesigns.com</a></div><?php */?>
76                            </div>
77                          <div class="clr"></div>                          <div class="clr"></div>
78                  </div>                  </div>
79          </div>          </div>

Legend:
Removed from v.1.2.4.3  
changed lines
  Added in v.1.2.4.4

  ViewVC Help
Powered by ViewVC 1.1.2