| 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 |
| 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 |
|
|