html.tpl.php adds modernizr JS files with a call to path_to_theme. When using a subtheme this path will be wrong (pointing to the subtheme/js folder instead of megatron/js). Solution would be to use drupal_get_path or to integrate with libraries module as dependency to use maybe libraries_get_path.
html.tpl.php adds modernizr JS files with a call to path_to_theme. When using a subtheme this path will be wrong (pointing to the subtheme/js folder instead of megatron/js). Solution would be to use drupal_get_path or to integrate with libraries module as dependency to use maybe libraries_get_path.