| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.17 2009/05/12 15:38:50 jrglasgow Exp $; |
// $Id: page.tpl.php,v 1.18 2009/05/12 15:39:23 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; ?>"> |
| 9 |
<?php print $styles ?> |
<?php print $styles ?> |
| 10 |
<?php print $scripts ?> |
<?php print $scripts ?> |
| 11 |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> |
| 12 |
|
<!-- |
| 13 |
|
// this block of JS is supposed to extend the suckerfish rollovers, but it |
| 14 |
|
// seems to have no effect that I can perceive except to change the background |
| 15 |
|
// color and keep it hard encoded: not css dependant |
| 16 |
<script type="text/javascript"> |
<script type="text/javascript"> |
| 17 |
$(document).ready(function(){ |
$(document).ready(function(){ |
| 18 |
// Code for extending suckerfish rollovers |
// Code for extending suckerfish rollovers |
| 23 |
}); |
}); |
| 24 |
}); |
}); |
| 25 |
</script> |
</script> |
| 26 |
|
--> |
| 27 |
<?php if (theme_get_setting('simply_modern_width')) { ?> |
<?php if (theme_get_setting('simply_modern_width')) { ?> |
| 28 |
<style type="text/css"> |
<style type="text/css"> |
| 29 |
#page, #squeeze-top { |
#page, #squeeze-top { |