| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.19 2009/06/23 17:25:14 jrglasgow Exp $; |
// $Id: page.tpl.php,v 1.20 2009/06/23 17:54:47 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; ?>"> |
| 147 |
background-image:url('<?php print url(theme_get_setting('masthead_bg_path')) ?>'); |
background-image:url('<?php print url(theme_get_setting('masthead_bg_path')) ?>'); |
| 148 |
<?php if (theme_get_setting('mastheadfixedfluid') ) { ?> |
<?php if (theme_get_setting('mastheadfixedfluid') ) { ?> |
| 149 |
height:<?php print theme_get_setting('mastheadfixedfluid') ?>px; |
height:<?php print theme_get_setting('mastheadfixedfluid') ?>px; |
| 150 |
<? } ?> |
<?php } ?> |
| 151 |
<?php if (theme_get_setting('mastheadtile') == 'fulltile') { ?> |
<?php if (theme_get_setting('mastheadtile') == 'fulltile') { ?> |
| 152 |
background-repeat:repeat; |
background-repeat:repeat; |
| 153 |
<?php } else if (theme_get_setting('mastheadtile') == 'vertical') { ?> |
<?php } else if (theme_get_setting('mastheadtile') == 'vertical') { ?> |