. */ if ( !is_admin() ) { $pluginPath = (dirname( __FILE__ )); if ( file_exists( $pluginPath.'/js/mootools.js' )) { // As a precaution, deregister any previous 'mootools' registrations. wp_deregister_script(array('mootools')); wp_register_script( 'mootools', WP_PLUGIN_URL.'/add-mootools-1.3.2/js/mootools.js', false, '1.3.2.1'); wp_enqueue_script('mootools'); } else { // TODO: The mootools library could not be found. We should do something here. } } ?>