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

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

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

revision 1.2.2.1 by deekayen, Fri Jun 12 21:45:14 2009 UTC revision 1.2.2.2 by deekayen, Fri Jun 12 22:11:27 2009 UTC
# Line 9  Line 9 
9    a { text-decoration: none; }    a { text-decoration: none; }
10    .header { font-size: small; background-color: <?php print theme_get_setting('mobi_header_background_color') ?>; color: blue; border-bottom: solid 1px blue; margin: 0 0 5px 0; padding: 2px; }    .header { font-size: small; background-color: <?php print theme_get_setting('mobi_header_background_color') ?>; color: blue; border-bottom: solid 1px blue; margin: 0 0 5px 0; padding: 2px; }
11    .content { background-color: <?php print theme_get_setting('mobi_content_background_color') ?>; }    .content { background-color: <?php print theme_get_setting('mobi_content_background_color') ?>; }
12    .footer { background-color: <?php print theme_get_setting('mobi_footer_background_color') ?>; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; }    .footer { font-size: small; background-color: <?php print theme_get_setting('mobi_footer_background_color') ?>; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; }
13  <?php if ($sidebar_left) { ?>  <?php if ($sidebar_left) { ?>
14    .sidebar-left { background-color: <?php print theme_get_setting('mobi_left_background_color') ?>; }    .sidebar-left { background-color: <?php print theme_get_setting('mobi_left_background_color') ?>; }
15  <?php } ?>  <?php } ?>
# Line 37  Line 37 
37  </div>  </div>
38  <?php if ($sidebar_right) { ?><hr /><div class="sidebar-right"><?php print $sidebar_right ?></div><?php } ?>  <?php if ($sidebar_right) { ?><hr /><div class="sidebar-right"><?php print $sidebar_right ?></div><?php } ?>
39  <div class="footer">  <div class="footer">
40      <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links) ?><?php } ?>
41    <?php print $footer_message ?>    <?php print $footer_message ?>
42  </div>  </div>
43  <?php print $closure; ?>  <?php print $closure; ?>

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.3