if ($enable_login || $enable_contact) {
drupal_add_js($path .'/js/lightbox_modal.js', array( 'scope' => $js_location ) );
}
- drupal_add_js($path .'/js/prototype.js', array( 'scope' => $js_location, 'cache' => false ) );
- drupal_add_js($path .'/js/scriptaculous.js', array( 'scope' => $js_location, 'cache' => false ) );
+ //drupal_add_js($path .'/js/prototype.js', array( 'scope' => $js_location, 'cache' => false ) );
+ //drupal_add_js($path .'/js/scriptaculous.js', array( 'scope' => $js_location, 'cache' => false ) );
drupal_add_js($path .'/js/lightbox.js', array( 'scope' => $js_location ,'cache' => false) );
}