/[drupal]/contributions/themes/green/template.php
ViewVC logotype

Diff of /contributions/themes/green/template.php

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

revision 1.2, Thu Sep 4 10:54:58 2008 UTC revision 1.3, Thu Sep 4 15:00:46 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /*  /**
3    moo fx pack  **  moo fx pack
4  */  **/
5  drupal_add_js(path_to_theme() . '/scripts/prototype.lite.js');  drupal_add_js(path_to_theme() . '/scripts/prototype.lite.js');
6  drupal_add_js(path_to_theme() . '/scripts/moo.fx.js');  drupal_add_js(path_to_theme() . '/scripts/moo.fx.js');
7  drupal_add_js(path_to_theme() . '/scripts/moo.fx.pack.js');  drupal_add_js(path_to_theme() . '/scripts/moo.fx.pack.js');
# Line 9  drupal_add_js(path_to_theme() . '/script Line 9  drupal_add_js(path_to_theme() . '/script
9    
10  drupal_add_js(path_to_theme() . '/scripts/tooltip.js');  drupal_add_js(path_to_theme() . '/scripts/tooltip.js');
11    
 //theme_add_style( path_to_theme() . '/tabs.css');  
   
12  drupal_set_html_head('<!--[if lt IE 7]>  drupal_set_html_head('<!--[if lt IE 7]>
13  <script defer type="text/javascript" src="' . base_path() . path_to_theme() . '/scripts/png.js"></script>  <script defer type="text/javascript" src="' . base_path() . path_to_theme() . '/scripts/png.js"></script>
14  <style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/ie.css";</style>  <style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/ie.css";</style>
15  <![endif]-->');  <![endif]-->');
16    
17  /*  /**
18    set some styles  **  set some styles
19  */  **/
20  drupal_set_html_head('<style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/style.css";</style>');  drupal_set_html_head('<style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/style.css";</style>');
21    
22  ?>  ?>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2