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

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

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

revision 1.20 by jrglasgow, Tue Jun 23 17:54:47 2009 UTC revision 1.21 by jrglasgow, Tue Jun 23 17:59:19 2009 UTC
# Line 1  Line 1 
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; ?>">
# Line 147  Line 147 
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') { ?>

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.3