/[drupal]/contributions/modules/rotor/rotor.module
ViewVC logotype

Diff of /contributions/modules/rotor/rotor.module

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

revision 1.2.2.18.2.28, Fri May 29 11:49:04 2009 UTC revision 1.2.2.18.2.29, Tue Oct 6 19:49:12 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rotor.module,v 1.2.2.18.2.27 2009/05/29 08:55:32 mrfelton Exp $  // $Id: rotor.module,v 1.2.2.18.2.28 2009/05/29 11:49:04 mrfelton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 381  function _rotor_doheader() { Line 381  function _rotor_doheader() {
381    drupal_add_css($rotor_path .'/rotor.css');    drupal_add_css($rotor_path .'/rotor.css');
382    drupal_add_js($rotor_path .'/rotor.js');    drupal_add_js($rotor_path .'/rotor.js');
383    jquery_plugin_add('cycle');    jquery_plugin_add('cycle');
384    $styles_ie6 = ".rotor-content {background-color:#FFFFFF;}";  //  $styles_ie6 = ".rotor-content {background-color:#FFFFFF;}";
385    drupal_set_html_head('<!--[if lte IE 7]><style type="text/css" media="all">'. $styles_ie6 .'</style><![endif]-->');  //  drupal_set_html_head('<!--[if lte IE 7]><style type="text/css" media="all">'. $styles_ie6 .'</style><![endif]-->');
386    $rotor_initialized = TRUE;    $rotor_initialized = TRUE;
387  }  }
388    

Legend:
Removed from v.1.2.2.18.2.28  
changed lines
  Added in v.1.2.2.18.2.29

  ViewVC Help
Powered by ViewVC 1.1.2