| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.18 2009/05/12 15:39:23 jrglasgow Exp $; |
// $Id: page.tpl.php,v 1.19 2009/06/23 17:25:14 jrglasgow Exp $; |
| 3 |
?> |
?> |
| 4 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 5 |
<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->language; ?>" xml:lang="<?php print $language->language; ?>"> |
| 36 |
padding:0; |
padding:0; |
| 37 |
} |
} |
| 38 |
#squeeze-top { |
#squeeze-top { |
| 39 |
background:#020202 url('/<?php print drupal_get_path('theme', 'simply_modern') ?>/images/top_gradient_dark.jpg') repeat-x; |
background:#020202 url('<?php print url(drupal_get_path('theme', 'simply_modern') .'/images/top_gradient_dark.jpg' )?>') repeat-x; |
| 40 |
margin:0 auto; |
margin:0 auto; |
| 41 |
} |
} |
| 42 |
</style> |
</style> |