By kjarli on
The following referenced files are not in the package:
<script type="text/javascript" src="/sites/all/themes/green/scripts/prototype.lite.js?N"></script>
<script type="text/javascript" src="/sites/all/themes/green/scripts/moo.fx.js?N"></script>
<script type="text/javascript" src="/sites/all/themes/green/scripts/moo.fx.pack.js?N"></script>
<script type="text/javascript" src="/sites/all/themes/green/scripts/site.js?N"></script>
<script type="text/javascript" src="/sites/all/themes/green/scripts/tooltip.js?N"></script>
<script defer type="text/javascript" src="/sites/all/themes/green/scripts/png.js"></script>
template.php
<?php
/**
** moo fx pack
**/
drupal_add_js(path_to_theme() . '/scripts/prototype.lite.js');
drupal_add_js(path_to_theme() . '/scripts/moo.fx.js');
drupal_add_js(path_to_theme() . '/scripts/moo.fx.pack.js');
drupal_add_js(path_to_theme() . '/scripts/site.js');
drupal_add_js(path_to_theme() . '/scripts/tooltip.js');
drupal_set_html_head('<!--[if lt IE 7]>
<script defer type="text/javascript" src="' . base_path() . path_to_theme() . '/scripts/png.js"></script>
<style type="text/css" media="all">@import "' . base_path() . path_to_theme() . '/ie.css";</style>
<![endif]-->');
?>
What do they do? Where can I get them?
Comments
I can not find that theme
I can not find that theme here on Drupal.org, you might want to post a link to where the theme comes from to improve your chances for help.
http://drupal.org/project/gre
http://drupal.org/project/green
Some one notes this in this
Some one notes this in this is: http://drupal.org/node/223012
Given the age of the note, it looks like the theme is not supported. You could make a copy of the themes template file (template.php) then edit template.php and remove all it's contents and see if that helps. (the template.php is very non-standard).