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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Sep 4 15:00:46 2008 UTC (14 months, 3 weeks ago) by ainur
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.2: +6 -8 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 /**
3 ** moo fx pack
4 **/
5 drupal_add_js(path_to_theme() . '/scripts/prototype.lite.js');
6 drupal_add_js(path_to_theme() . '/scripts/moo.fx.js');
7 drupal_add_js(path_to_theme() . '/scripts/moo.fx.pack.js');
8 drupal_add_js(path_to_theme() . '/scripts/site.js');
9
10 drupal_add_js(path_to_theme() . '/scripts/tooltip.js');
11
12 drupal_set_html_head('<!--[if lt IE 7]>
13 <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>
15 <![endif]-->');
16
17 /**
18 ** set some styles
19 **/
20 drupal_set_html_head('<style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/style.css";</style>');
21
22 ?>

  ViewVC Help
Powered by ViewVC 1.1.2