/[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.18 by jrglasgow, Tue May 12 15:39:23 2009 UTC revision 1.19 by jrglasgow, Tue Jun 23 17:25:14 2009 UTC
# Line 1  Line 1 
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; ?>">
# Line 9  Line 9 
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
# Line 19  Line 23 
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 {

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

  ViewVC Help
Powered by ViewVC 1.1.3