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

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

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

revision 1.3.2.10.2.2 by skiquel, Mon May 25 04:51:54 2009 UTC revision 1.3.2.10.2.3 by skiquel, Sun May 31 22:36:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.3.2.10.2.1 2009/05/12 12:50:53 skiquel Exp $  // $Id: page.tpl.php,v 1.3.2.10.2.2 2009/05/25 04:51:54 skiquel Exp $
3    
4  /**  /**
5   * @file page.tpl.php   * @file page.tpl.php
# Line 85  Line 85 
85    <?php print $head; ?>    <?php print $head; ?>
86    <?php print $styles; ?>    <?php print $styles; ?>
87    <?php print $scripts; ?>    <?php print $scripts; ?>
88      <?php if (theme_get_setting('nista_layout') == 'border-politics-fixed') {
89              $imagepath = $base_path . drupal_get_path('theme', 'nista'); ?>
90        <style type="text/css">
91          #sidebar-left, #sidebar-right {
92            background: transparent url(<?php echo $imagepath ?>/images/shadow-top.png) repeat-x scroll 0 0;
93          }
94        </style>
95      <?php } ?>
96    
97  </head>  </head>
98  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
99    

Legend:
Removed from v.1.3.2.10.2.2  
changed lines
  Added in v.1.3.2.10.2.3

  ViewVC Help
Powered by ViewVC 1.1.6