/[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.19 by jrglasgow, Tue Jun 23 17:25:14 2009 UTC revision 1.20 by jrglasgow, Tue Jun 23 17:54:47 2009 UTC
# Line 1  Line 1 
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; ?>">
# Line 36  Line 36 
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>

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

  ViewVC Help
Powered by ViewVC 1.1.3