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

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

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

revision 1.1.2.1, Thu Dec 18 00:41:24 2008 UTC revision 1.1.2.2, Thu Jan 1 01:49:22 2009 UTC
# Line 1  Line 1 
1  <?php // $Id$  <?php // $Id: template.php,v 1.1.2.1 2008/12/18 00:41:24 couzinhub Exp $
2    
3  /**  /**
4   *   *
# Line 18  Line 18 
18    
19    
20  $vars['css'] = drupal_add_css( path_to_theme() .'/css/tabs.css', 'theme', 'all');  $vars['css'] = drupal_add_css( path_to_theme() .'/css/tabs.css', 'theme', 'all');
21  $vars['css'] = drupal_add_css( path_to_theme() .'/css/screen.css', 'theme', 'screen');  $vars['css'] = drupal_add_css( path_to_theme() .'/css/bluetrip.css', 'theme', 'screen');
22    $vars['css'] = drupal_add_css( path_to_theme() .'/css/drupal-specific.css', 'theme', 'all');
23  $vars['css'] = drupal_add_css( path_to_theme() .'/css/style.css', 'theme', 'all');  $vars['css'] = drupal_add_css( path_to_theme() .'/css/style.css', 'theme', 'all');
24  $vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print');  $vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print');
25    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2